Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
RomneyDa committed Jan 18, 2025
1 parent df2d10a commit 40268b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gui/src/context/SubmenuContextProviders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
getShortestUniqueRelativeUriPaths,
getUriPathBasename,
} from "core/util/uri";
import { providers } from "../pages/AddNewModel/configs/providers";

const MINISEARCH_OPTIONS = {
prefix: true,
Expand Down Expand Up @@ -309,7 +308,7 @@ export const SubmenuContextProvidersProvider = ({
),
);
},
[submenuContextProviders, disableIndexing],
[submenuContextProviders, disableIndexing, providersLoading],
);

useWebviewListener(
Expand Down

0 comments on commit 40268b0

Please sign in to comment.