Skip to content

Commit

Permalink
lint fix (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu authored Sep 7, 2023
1 parent 4aabe2b commit 57e0182
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front/pages/w/[wId]/builder/data-sources/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ export default function DataSourcesView({
const [isLoadingByProvider, setIsLoadingByProvider] = useState<
Record<ConnectorProvider, boolean | undefined>
>({} as Record<ConnectorProvider, boolean | undefined>);
const [googleDrivePickerOpen, setGoogleDrivePickerOpen] = useState(false);

const handleEnableManagedDataSource = async (
provider: ConnectorProvider,
Expand Down

0 comments on commit 57e0182

Please sign in to comment.