Skip to content

Commit dc9751d

Browse files
committed
fix(desk): scripts form not working
1 parent 25a4422 commit dc9751d

File tree

1 file changed

+1
-1
lines changed
  • packages/desktop/modules/script/pages

1 file changed

+1
-1
lines changed

packages/desktop/modules/script/pages/SList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async function onItemDelete(item: Script) {
6363
<v-card-content class="flex flex-wrap">
6464
<v-input v-model="payload.name" class="mb-4" label="Name" />
6565

66-
<v-btn class="w-full">Create</v-btn>
66+
<v-btn type="submit" class="w-full">Create</v-btn>
6767
</v-card-content>
6868
</v-card>
6969
</w-form>

0 commit comments

Comments
 (0)