Skip to content

Commit

Permalink
Merge pull request #466 from mlte-team/MLTE-464
Browse files Browse the repository at this point in the history
Components for negotiation card sections and adding them to report
  • Loading branch information
sei-aderr authored Sep 20, 2024
2 parents db66701 + 3c46f88 commit a9b87e7
Show file tree
Hide file tree
Showing 14 changed files with 1,473 additions and 1,792 deletions.
1 change: 0 additions & 1 deletion mlte/frontend/nuxt-app/components/Admin/group-edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const props = defineProps({
modelValue: {
type: Object,
required: true,
default: {},
},
newGroupFlag: {
type: Boolean,
Expand Down
2 changes: 1 addition & 1 deletion mlte/frontend/nuxt-app/components/Admin/group-list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<th data-sortable scope="col" role="columnheader">Actions</th>
</tr>
</thead>
<tr v-for="(group, groupIndex) in modelValue" :key="groupIndex">
<tr v-for="(group, groupIndex) in props.modelValue" :key="groupIndex">
<td>
{{ group.name }}
</td>
Expand Down
Loading

0 comments on commit a9b87e7

Please sign in to comment.