This commit is contained in:
Rizky 2024-08-26 19:19:51 +07:00
parent 9d501537b0
commit 947051cca5
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ export const EdApiTab: FC<{
});
useEffect(() => {
local.status = "init";
local.render();
check();
}, [target]);