We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b891d1 commit 06b6655Copy full SHA for 06b6655
client/src/components/Collections/sheet/SampleSheetGrid.vue
@@ -372,7 +372,7 @@ if ("name" in props.initialElements) {
372
373
initialize();
374
375
-type ColumnDefinition = components["schemas"]["SampleSheetColumnDefinition-Input"];
+type ColumnDefinition = components["schemas"]["SampleSheetColumnDefinition"];
376
377
function uriFromRow(row: AgRowData): string {
378
return row["url"] as string as string;
0 commit comments