Skip to content

Commit 13fd841

Browse files
fix id of author input field
Signed-off-by: Stephan Wolf <[email protected]>
1 parent 4fb4b71 commit 13fd841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/portfolio/projects/ComponentDetailsModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
required="false" :label="$t('message.component_namespace_group_vendor')"
1919
:tooltip="this.$t('message.component_group_desc')"
2020
:readonly="this.isNotPermitted(PERMISSIONS.PORTFOLIO_MANAGEMENT)" />
21-
<b-input-group-form-input id="component-group-input" input-group-size="mb-3" type="text" v-model="component.author"
21+
<b-input-group-form-input id="component-author-input" input-group-size="mb-3" type="text" v-model="component.author"
2222
required="false" :label="$t('message.component_author')"
2323
:tooltip="this.$t('message.component_author_desc')"
2424
:readonly="this.isNotPermitted(PERMISSIONS.PORTFOLIO_MANAGEMENT)" />

0 commit comments

Comments
 (0)