1
0
Fork 0
mirror of synced 2024-08-02 11:51:34 +12:00

Replace license with feature

This commit is contained in:
adrinr 2023-03-28 11:12:42 +01:00
parent 14347096e4
commit ac1da306f9

View file

@ -14,7 +14,7 @@
} from "@budibase/bbui"
import UserGroupPicker from "components/settings/UserGroupPicker.svelte"
import { createPaginationStore } from "helpers/pagination"
import { users, apps, groups, auth, licensing } from "stores/portal"
import { users, apps, groups, auth, features } from "stores/portal"
import { onMount, setContext } from "svelte"
import { roles } from "stores/backend"
import ConfirmDialog from "components/common/ConfirmDialog.svelte"
@ -75,7 +75,7 @@
let loaded = false
let editModal, deleteModal
const scimEnabled = $licensing.scimEnabled
const scimEnabled = $features.isScimEnabled
$: readonly = !$auth.isAdmin || scimEnabled
$: page = $pageInfo.page