Browse Source

chore(gui-v2): lint

pull/3170/head
Wing-Kam Wong 2 years ago
parent
commit
28fe5a849d
  1. 8
      packages/nc-gui-v2/components/smartsheet/Form.vue

8
packages/nc-gui-v2/components/smartsheet/Form.vue

@ -613,8 +613,8 @@ onMounted(async () => {
v-model:value="formViewData.success_msg" v-model:value="formViewData.success_msg"
:rows="3" :rows="3"
hide-details hide-details
@change="updateView"
class="nc-form-after-submit-msg" class="nc-form-after-submit-msg"
@change="updateView"
/> />
<!-- Other options --> <!-- Other options -->
@ -625,8 +625,8 @@ onMounted(async () => {
v-model:checked="formViewData.submit_another_form" v-model:checked="formViewData.submit_another_form"
v-t="[`a:form-view:submit-another-form`]" v-t="[`a:form-view:submit-another-form`]"
size="small" size="small"
@change="updateView"
class="nc-form-checkbox-submit-another-form" class="nc-form-checkbox-submit-another-form"
@change="updateView"
/> />
<span class="ml-4">{{ $t('msg.info.submitAnotherForm') }}</span> <span class="ml-4">{{ $t('msg.info.submitAnotherForm') }}</span>
</div> </div>
@ -637,8 +637,8 @@ onMounted(async () => {
v-model:checked="formViewData.show_blank_form" v-model:checked="formViewData.show_blank_form"
v-t="[`a:form-view:show-blank-form`]" v-t="[`a:form-view:show-blank-form`]"
size="small" size="small"
@change="updateView"
class="nc-form-checkbox-show-blank-form" class="nc-form-checkbox-show-blank-form"
@change="updateView"
/> />
<span class="ml-4">{{ $t('msg.info.showBlankForm') }}</span> <span class="ml-4">{{ $t('msg.info.showBlankForm') }}</span>
</div> </div>
@ -648,8 +648,8 @@ onMounted(async () => {
v-model:checked="emailMe" v-model:checked="emailMe"
v-t="[`a:form-view:email-me`]" v-t="[`a:form-view:email-me`]"
size="small" size="small"
@change="onEmailChange"
class="nc-form-checkbox-send-email" class="nc-form-checkbox-send-email"
@change="onEmailChange"
/> />
<!-- Email me at <email> --> <!-- Email me at <email> -->
<span class="ml-4"> <span class="ml-4">

Loading…
Cancel
Save