diff --git a/ui/src/views/function-lib/index.vue b/ui/src/views/function-lib/index.vue index af8ba990b..3e3a18739 100644 --- a/ui/src/views/function-lib/index.vue +++ b/ui/src/views/function-lib/index.vue @@ -43,7 +43,7 @@ :description="item.desc" class="function-lib-card" @click="openCreateDialog(item)" - :class="item.permission_type === 'PUBLIC' && !canEdit(item) ? 'notAllowed' : 'cursor'" + :class="item.permission_type === 'PUBLIC' && !canEdit(item) ? '' : 'cursor'" >