Skip to content

Commit

Permalink
Set a value for the 'id' attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Nov 16, 2024
1 parent d6c2dee commit 0022368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/src/components/ConfigTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function u(relURL) {
</tbody>
<tfoot v-if="hasCreate">
<ConfigTableRow
id=""
id="__new"
:defaultSelectable="props.defaultSelectable"
:columns="props.columns"
:editingId="editingId"
Expand Down

0 comments on commit 0022368

Please sign in to comment.