Browse Source

qrcode: cleanup

pull/4468/head
Daniel Spaude 2 years ago
parent
commit
9722e65ee2
No known key found for this signature in database
GPG Key ID: 654A3D1FA4F35FFE
  1. 6
      packages/nc-gui/composables/useShowNotEditableWarning.ts

6
packages/nc-gui/composables/useShowNotEditableWarning.ts

@ -1,12 +1,6 @@
// import type { Ref } from 'vue'
// import type { ViewType } from 'nocodb-sdk'
const timeout = 3000 // in ms
// export default function useShowNotEditableWarning(view: Ref<ViewType | undefined>) {
export default function useShowNotEditableWarning() {
// console.log(view)
const showEditNonEditableFieldWarning = refAutoReset(false, timeout)
const showClearNonEditableFieldWarning = refAutoReset(false, timeout)

Loading…
Cancel
Save