diff --git a/packages/nc-gui/composables/useShowNotEditableWarning.ts b/packages/nc-gui/composables/useShowNotEditableWarning.ts index c0702949b5..ffeea10cba 100644 --- a/packages/nc-gui/composables/useShowNotEditableWarning.ts +++ b/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) { export default function useShowNotEditableWarning() { - // console.log(view) - const showEditNonEditableFieldWarning = refAutoReset(false, timeout) const showClearNonEditableFieldWarning = refAutoReset(false, timeout)