fix: submit not working

This commit is contained in:
Methapon2001 2024-08-14 09:43:54 +07:00
parent 3185038956
commit 87f522b39f

View file

@ -112,6 +112,7 @@ function formatCode(input: string | undefined, type: 'code' | 'number') {
v-if="!readonly"
:class="{ 'q-ml-auto': create }"
@click="$emit('save')"
type="submit"
:disabled="actionDisabled"
/>
</div>