From 3cd7d9fd3e42e225adeb4103ce43104a05c80988 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 19 Sep 2024 22:12:39 +0800 Subject: [PATCH] :rotating_light: --- app/src/dialog/processSystem.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/dialog/processSystem.ts b/app/src/dialog/processSystem.ts index 8b321718f..b371a0cc3 100644 --- a/app/src/dialog/processSystem.ts +++ b/app/src/dialog/processSystem.ts @@ -202,9 +202,9 @@ export const setDefRefCount = (data: { } } if (data.refCount === 0) { - item.removeAttribute("refcount") + item.removeAttribute("refcount"); } else { - item.setAttribute("refcount", data.refCount.toString()) + item.setAttribute("refcount", data.refCount.toString()); } }); });