Browse Source

fix : moved the edit connection button up

pull/3306/head
Naveen MR 2 years ago committed by mertmit
parent
commit
5bfba55233
  1. 1
      packages/nc-gui-v2/pages/index/index/create-external.vue

1
packages/nc-gui-v2/pages/index/index/create-external.vue

@ -452,6 +452,7 @@ onMounted(() => {
<a-divider />
<a-form-item :label="$t('labels.inflection.tableName')">
<a-select v-model:value="formState.inflection.inflectionTable">
<a-select-option v-for="type in inflectionTypes" :key="type" :value="type">{{ type }}</a-select-option>

Loading…
Cancel
Save