Skip to content

Commit

Permalink
make name of form dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
luisthieme committed Sep 18, 2024
1 parent bfb6df3 commit 647793c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/UIDynamicForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div className="ui-dynamic-form-wrapper">
<p v-if="hasFields()">
<v-form ref="form" v-model="form" :class="dynamicClass">
<h3 style="padding: 16px">User Task</h3>
<h3 style="padding: 16px">{{ this.props.name}}</h3>
<div style="padding: 16px; max-height: 550px; overflow-y: auto">
<v-row v-for="(field, index) in fields()" :key="index">
<v-col cols="12">
Expand Down

0 comments on commit 647793c

Please sign in to comment.