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 25a4422 commit dc9751dCopy full SHA for dc9751d
packages/desktop/modules/script/pages/SList.vue
@@ -63,7 +63,7 @@ async function onItemDelete(item: Script) {
63
<v-card-content class="flex flex-wrap">
64
<v-input v-model="payload.name" class="mb-4" label="Name" />
65
66
- <v-btn class="w-full">Create</v-btn>
+ <v-btn type="submit" class="w-full">Create</v-btn>
67
</v-card-content>
68
</v-card>
69
</w-form>
0 commit comments