Skip to content

Commit 8077b89

Browse files
committed
Create records from existing collection with column definitions
1 parent 3b8b9f8 commit 8077b89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/components/Collections/sheet/SampleSheetGrid.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ async function attemptCreateViaExistingObjects() {
550550
rows[elementIdentifierFromRow(row)] = elementRow;
551551
}
552552
payload.rows = rows;
553+
payload.column_definitions = props.columnDefinitions;
553554
emit("on-collection-create-payload", payload);
554555
}
555556

0 commit comments

Comments
 (0)