added handleButton to cancel the machine
This commit is contained in:
@@ -26,6 +26,7 @@ export default function Toggle({ options, defaultView }: ToggleProps) {
|
||||
|
||||
const params = new URLSearchParams(searchParams.toString());
|
||||
params.set("key", key);
|
||||
params.delete("machine");
|
||||
|
||||
router.replace(`${pathname}?${params.toString()}`);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user