Browse Source

fix: typo

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/2947/head
Raju Udava 2 years ago committed by Pranav C
parent
commit
550fddbcb4
  1. 10
      packages/nc-gui-v2/components/smartsheet-column/EditOrAdd.vue

10
packages/nc-gui-v2/components/smartsheet-column/EditOrAdd.vue

@ -117,15 +117,7 @@ watchEffect(() => {
<!-- Cancel -->
{{ $t('general.cancel') }}
</a-button>
<a-button
html-type="submit"
type="primary"
size="small"
@click="
addOrUpdate(reloadMeta)
advancedOptions = false
"
>
<a-button html-type="submit" type="primary" size="small" @click="addOrUpdate(reloadMeta), (advancedOptions = false)">
<!-- Save -->
{{ $t('general.save') }}
</a-button>

Loading…
Cancel
Save