mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 17:47:19 +00:00
fix: remove console
This commit is contained in:
@@ -219,7 +219,6 @@ const cellClickHandler = () => {
|
||||
}
|
||||
|
||||
onBeforeUnmount(() => {
|
||||
console.log('on before unmounted', tempDate.value?.isValid(), !localState.value?.isSame(tempDate.value))
|
||||
if (tempDate.value && tempDate.value.isValid() && !localState.value?.isSame(tempDate.value)) {
|
||||
saveChanges(tempDate.value)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user