Skip to content

Commit 06b6655

Browse files
committed
Update SampleSheetColumnDefinition type reference
1 parent 4b891d1 commit 06b6655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ if ("name" in props.initialElements) {
372372
373373
initialize();
374374
375-
type ColumnDefinition = components["schemas"]["SampleSheetColumnDefinition-Input"];
375+
type ColumnDefinition = components["schemas"]["SampleSheetColumnDefinition"];
376376
377377
function uriFromRow(row: AgRowData): string {
378378
return row["url"] as string as string;

0 commit comments

Comments
 (0)