mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 15:36:49 +00:00
chore(nc-gui): small changes
This commit is contained in:
@@ -19,9 +19,7 @@ interface Props {
|
||||
|
||||
const props = defineProps<Props>()
|
||||
|
||||
const editor = computed(() => props.editor)
|
||||
|
||||
const embedMode = computed(() => props.embedMode)
|
||||
const { editor, embedMode } = toRefs(props)
|
||||
|
||||
const cmdOrCtrlKey = computed(() => {
|
||||
return isMac() ? '⌘' : 'CTRL'
|
||||
|
||||
Reference in New Issue
Block a user