mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 15:46:51 +00:00
chore: lint
This commit is contained in:
13
packages/nc-gui/components/dlg/Table/RowLevelSecurity.vue
Normal file
13
packages/nc-gui/components/dlg/Table/RowLevelSecurity.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script lang="ts" setup>
|
||||
defineProps<{
|
||||
visible: boolean
|
||||
tableId: string
|
||||
title?: string
|
||||
}>()
|
||||
|
||||
defineEmits(['update:visible'])
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<NcSpanHidden />
|
||||
</template>
|
||||
Reference in New Issue
Block a user