1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-03 08:29:54 +00:00

Resolve "Duplicate field with data"

This commit is contained in:
Davide Silvestri 2022-09-05 14:32:28 +00:00
parent 38ab653b91
commit cf7d5e728d
41 changed files with 1347 additions and 513 deletions
web-frontend/modules/database/components/view/grid/fields

View file

@ -43,14 +43,14 @@
</div>
<SelectRowModal
ref="selectModal"
:table-id="field.link_row_table"
:table-id="field.link_row_table_id"
:value="value"
@selected="addValue(value, $event)"
@hidden="hideModal"
></SelectRowModal>
<ForeignRowEditModal
ref="rowEditModal"
:table-id="field.link_row_table"
:table-id="field.link_row_table_id"
@hidden="hideModal"
></ForeignRowEditModal>
</div>