🔧 chore(ApiModal): add tweak.current assignment to improve code readability and maintainability
This commit is contained in:
parent
dc4d1ccd65
commit
ab0fcc9cb0
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ export default function ApiModal({ flow }: { flow: FlowType }) {
|
|||
if (closeEdit !== "") {
|
||||
setActiveTab("3");
|
||||
setOpenAccordion(true);
|
||||
tweak.current = getTweak;
|
||||
}
|
||||
}, [closeEdit]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue