diff --git a/webui/src/features/datasources/DatasourcesPage.tsx b/webui/src/features/datasources/DatasourcesPage.tsx index 128e14d..44dcfe0 100644 --- a/webui/src/features/datasources/DatasourcesPage.tsx +++ b/webui/src/features/datasources/DatasourcesPage.tsx @@ -19,7 +19,7 @@ import { Trash2, Upload } from "lucide-react"; -import { +import { FormGrid, DialogSection, ToolbarGroup, ActionToolbar, ActionBlockerHint, Button, ConfirmDialog, @@ -287,9 +287,9 @@ export default function DatasourcesPage({
-
+ {view === "catalogue" ? : view === "staging" ? @@ -420,7 +420,7 @@ export default function DatasourcesPage({ - + {view === "catalogue" && selectedDatasource?.mode === "cached" ? ( ) : null} - -
+ +
{error ? ( @@ -972,8 +972,8 @@ function GovernanceDialog({ > {error ? {error} : null} {draft ? ( -
-
+ + setValue("correction_procedure_ref", event.target.value || null)} /> -
+