mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 02:26:31 +00:00
chore(nc-gui): lint error and warnings
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
@@ -472,8 +472,6 @@ const DlgProjectDuplicateOnOk = async (jobData: { id: string; project_id: string
|
||||
</div>
|
||||
</a-menu-item>
|
||||
|
||||
<a-menu-divider v-if="false" />
|
||||
|
||||
<!-- ERD View -->
|
||||
<a-menu-item key="erd" @click="openProjectErdView(project)">
|
||||
<div class="nc-project-menu-item group">
|
||||
@@ -513,8 +511,6 @@ const DlgProjectDuplicateOnOk = async (jobData: { id: string; project_id: string
|
||||
<a-menu-divider />
|
||||
</template>
|
||||
|
||||
<a-menu-divider v-if="false" />
|
||||
|
||||
<a-menu-item v-if="isUIAllowed('projectDelete', false, projectRole)" @click="isProjectDeleteDialogVisible = true">
|
||||
<div class="nc-project-menu-item group text-red-500">
|
||||
<GeneralIcon icon="delete" />
|
||||
|
||||
Reference in New Issue
Block a user