We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf71cf commit b8e3b56Copy full SHA for b8e3b56
1 file changed
src/App.vue
@@ -105,7 +105,7 @@
105
106
<NcAppSettingsSection :name="strings.cronSettingsHeader">
107
<section>
108
- <form @submit.prevent @submit="save">
+ <form @submit.prevent="save">
109
<div class="cron-flex">
110
<NcSelect
111
v-model="interval"
@@ -127,7 +127,7 @@
127
</div>
128
129
<div class="submit-buttons">
130
- <NcButton native-type="submit">{{ strings.save }}</NcButton>
+ <NcButton type="submit">{{ strings.save }}</NcButton>
131
132
</form>
133
</section>
0 commit comments