fix userId import
This commit is contained in:
parent
75c71f6891
commit
34a3a5916a
|
@ -12,7 +12,7 @@
|
||||||
Modal,
|
Modal,
|
||||||
ModalContent,
|
ModalContent,
|
||||||
} from "@budibase/bbui"
|
} from "@budibase/bbui"
|
||||||
import { fetchData } from "helperStores"
|
import { fetchData } from "helpers"
|
||||||
|
|
||||||
export let userId
|
export let userId
|
||||||
let deleteUserModal
|
let deleteUserModal
|
||||||
|
|
Loading…
Reference in New Issue