refactor: change type btn

This commit is contained in:
Net 2024-08-14 11:11:09 +07:00
parent d39f9cd54d
commit ab0abac873

View file

@ -699,6 +699,7 @@ watch([inputSearch, currentStatus], async () => {
<SaveButton
solid
class="q-ml-sm"
type="submit"
v-if="customerBranchFormState.dialogType !== 'info'"
/>
</template>