fix: wrap pushKeys args in obj

This commit is contained in:
asharonbaltazar
2022-12-06 21:07:40 -05:00
parent 60fcd34af5
commit d46bf54a8d

View File

@@ -399,7 +399,7 @@ export default function Dashboard() {
// Once "Save changed is clicked", disable that button
setButtonReady(false);
pushKeys(obj, router.query.id, env);
pushKeys({ obj, workspaceId: router.query.id, env });
/**
* Check which integrations are active for this project and environment