more UI updates
This commit is contained in:
@@ -37,7 +37,7 @@ export const useChartOrderStore = defineStore('chart_orders', () => {
|
||||
|
||||
function newOrder() {
|
||||
console.log('cos new order')
|
||||
const order = { id:uuid(), amount:1, builders:[], amountIsTokenA: true, buy: true }
|
||||
const order = {id:uuid(), amount:1, amountIsTokenA: true, buy: true, builders:[], }
|
||||
orders.value.push(order)
|
||||
selectedOrder.value = order
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user