Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 authored Sep 16, 2024
1 parent 64daf29 commit 6accc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ee/sso/components/SSOProvidersTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ import { fetchSSOProviders, removeSSOProvider } from "@/ee/sso/api/sso";
import { notifySuccess } from "@/utils/notify";
// ui imports
import SSOProvidersForm from "@/components/modals/coresettings/SSOProvidersForm.vue";
import SSOProvidersForm from "@/ee/sso/components/SSOProvidersForm.vue";
// types
import { type SSOProvider } from "@/types/accounts";
Expand Down

0 comments on commit 6accc18

Please sign in to comment.