Skip to content

Commit

Permalink
ts
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
  • Loading branch information
igorDykhta committed Feb 28, 2025
1 parent 19d94ce commit 9de5803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duckdb/src/components/schema-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function getSchemaSuggestion(result: {key: string; children: {key: string}[]}[])
type SchemaPanelProps = {
setTableSchema: (tableSchema: SchemaSuggestion[]) => void;
droppedFile: File | null;
schemaUpdateTrigger: any;
schemaUpdateTrigger: number;
};

const StyledSchemaPanelDropMessage = styled.div`
Expand Down

0 comments on commit 9de5803

Please sign in to comment.