Browse Source

Merge pull request #1745 from nocodb/fix/smtp

fix: checkbox always false issue
pull/1746/head
աɨռɢӄաօռɢ 2 years ago committed by GitHub
parent
commit
73f1815056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      packages/nc-gui/components/project/appStore/inputs/checkboxField.vue

3
packages/nc-gui/components/project/appStore/inputs/checkboxField.vue

@ -29,9 +29,6 @@ export default {
return $listeners
}
},
created() {
this.localState = false
},
}
</script>

Loading…
Cancel
Save