Skip to content

Commit

Permalink
add placeholders
Browse files Browse the repository at this point in the history
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
  • Loading branch information
SwikritiT committed Oct 18, 2023
1 parent 6a4c08a commit c2e565b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/CreateWorkPackageModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
<span v-if="relation === 'child'" :style="{paddingLeft: counter + 'em' }" />
<span>{{ label }}</span>
</template>
<template #no-options>
{{ t('integration_openproject', 'Please link a project to this nextcloud storage') }}
</template>
</NcSelect>
<p v-if="error.error && error.attribute === 'project'" class="validation-error">
{{ error.message }}
Expand All @@ -38,6 +41,7 @@
</div>
<NcInputField :value="subject"
class="create-workpackage-form--subject"
:placeholder="t('integration_openproject', 'Work package subject')"
:class="{'subject-error': error}"
type="text"
@update:value="onSubjectChange" />
Expand Down

0 comments on commit c2e565b

Please sign in to comment.