bump: 1.3.0; hotfixy

This commit is contained in:
2023-06-12 22:03:36 +02:00
parent c40e699b40
commit 39236ece3e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ export const useStore = defineStore('store', {
return {
helperModalOpen: false,
chosenOrderType: 'orderS' as TOrder,
chosenOrderType: 'orderN' as TOrder,
chosenLocalOrderId: '',
orderMode: 'OrderMessage',