mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 11:17:14 +00:00
fix: remove isEeUI guards from base assignment and access column
This commit is contained in:
@@ -279,7 +279,7 @@ const handleEdit = (integration: IntegrationType) => {
|
||||
|
||||
<!-- Base assignment dialog (EE) -->
|
||||
<WorkspaceIntegrationsBaseAssignment
|
||||
v-if="isEeUI && baseAssignmentIntegration"
|
||||
v-if="baseAssignmentIntegration"
|
||||
v-model:visible="isBaseAssignmentOpen"
|
||||
:integration="baseAssignmentIntegration"
|
||||
@updated="onBaseAssignmentUpdated"
|
||||
|
||||
Reference in New Issue
Block a user