mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:37:33 +00:00
chore: lint
This commit is contained in:
@@ -28,7 +28,7 @@ const metaWrite = useVModel(props, 'allowMetaWrite', emits)
|
||||
{{ $t('tooltip.allowDataWrite') }}
|
||||
</div>
|
||||
</div>
|
||||
</a-form-item>
|
||||
</a-form-item>
|
||||
<a-form-item class="nc-source-restictions-card">
|
||||
<div class="flex flex-col gap-1">
|
||||
<div class="flex items-center gap-3">
|
||||
|
||||
@@ -492,7 +492,9 @@ const handleKeyDown = (e: KeyboardEvent) => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nc-dropdown-link-record-footer bg-nc-bg-gray-light p-2 rounded-b-xl flex items-center justify-between gap-3 min-h-11">
|
||||
<div
|
||||
class="nc-dropdown-link-record-footer bg-nc-bg-gray-light p-2 rounded-b-xl flex items-center justify-between gap-3 min-h-11"
|
||||
>
|
||||
<div class="flex items-center gap-2">
|
||||
<PermissionsTooltip
|
||||
v-if="
|
||||
|
||||
Reference in New Issue
Block a user