fix: submit not working
This commit is contained in:
parent
3185038956
commit
87f522b39f
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ function formatCode(input: string | undefined, type: 'code' | 'number') {
|
||||||
v-if="!readonly"
|
v-if="!readonly"
|
||||||
:class="{ 'q-ml-auto': create }"
|
:class="{ 'q-ml-auto': create }"
|
||||||
@click="$emit('save')"
|
@click="$emit('save')"
|
||||||
|
type="submit"
|
||||||
:disabled="actionDisabled"
|
:disabled="actionDisabled"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue