batching
This commit is contained in:
@@ -30,7 +30,7 @@ const open = (t: MarketType, s?: Record<string, number> | number) => {
|
||||
}
|
||||
modalOpen.value = true;
|
||||
}
|
||||
const add = () => {
|
||||
const add = () => {
|
||||
const id = type.value?.id;
|
||||
|
||||
if (!id) {
|
||||
|
||||
Reference in New Issue
Block a user