mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 05:06:35 +00:00
@@ -28,7 +28,7 @@ const centered = computed(() => props.centered ?? true)
|
||||
|
||||
<template>
|
||||
<NcButton
|
||||
v-if="isUIAllowed('createProject', false, workspaceRoles ?? orgRoles) && !isSharedBase"
|
||||
v-if="isUIAllowed('projectCreate', false, workspaceRoles ?? orgRoles) && !isSharedBase"
|
||||
type="text"
|
||||
:size="size"
|
||||
:centered="centered"
|
||||
|
||||
Reference in New Issue
Block a user