This commit is contained in:
2023-10-01 11:49:02 +02:00
parent c3205a3e74
commit 0ce205a4a0
3 changed files with 17 additions and 8 deletions

View File

@@ -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) {