revert default action type

This commit is contained in:
eko 2025-11-28 15:34:28 +07:00
parent e8e446ce16
commit 521e90264e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export const _ = {
);
}
if(!action) action = { type: "check" };
// if(!action) action = { type: "check" };
switch (action.type) {
case "check":