mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 02:26:43 +00:00
fix: hide Clear option for Formula columns
This commit is contained in:
@@ -618,7 +618,7 @@
|
||||
</v-list-item>
|
||||
</template>
|
||||
|
||||
<template v-if="isEditable && !isLocked && rowContextMenu.col && !rowContextMenu.col.rqd && !rowContextMenu.col.virtual">
|
||||
<template v-if="isEditable && !isLocked && rowContextMenu.col && !rowContextMenu.col.rqd && !rowContextMenu.col.virtual && rowContextMenu.col.uidt !== 'Formula'">
|
||||
<v-tooltip bottom>
|
||||
<template #activator="{ on }">
|
||||
<v-list-item
|
||||
|
||||
Reference in New Issue
Block a user