fix(editor): Remove isOwner from IUser interface (#8888)
This commit is contained in:
@@ -343,7 +343,6 @@ export const useUIStore = defineStore(STORES.UI, {
|
||||
let linkUrl = '';
|
||||
|
||||
const searchParams = new URLSearchParams();
|
||||
const { isInstanceOwner } = useUsersStore();
|
||||
|
||||
if (deploymentType === 'cloud' && hasPermission(['instanceOwner'])) {
|
||||
const adminPanelHost = new URL(window.location.href).host.split('.').slice(1).join('.');
|
||||
|
||||
Reference in New Issue
Block a user