Skip to content

Commit a74e771

Browse files
Update frontend/src/components/Layout/PageLayout.tsx
Co-authored-by: Copilot <[email protected]>
1 parent a3dd3ba commit a74e771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Layout/PageLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ const PageLayout: React.FC = () => {
523523
}, []);
524524

525525
const openDataImporterSchema = useCallback(() => {
526-
setShowTextFromSchemaDialog({ triggeredFrom: 'schemadialog', show: true });
526+
setDataImporterSchemaDialog({ triggeredFrom: 'schemadialog', show: true });
527527
}, []);
528528

529529
const openChatBot = useCallback(() => setShowChatBot(true), []);

0 commit comments

Comments
 (0)