mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
hotfix: fix the bug with pushing multiple envars in a sequence
This commit is contained in:
@@ -412,7 +412,7 @@ export default function Dashboard() {
|
||||
secrets && await updateSecrets({ secrets });
|
||||
}
|
||||
|
||||
setInitialData(newData);
|
||||
setInitialData(structuredClone(newData));
|
||||
|
||||
// If this user has never saved environment variables before, show them a prompt to read docs
|
||||
if (!hasUserEverPushed) {
|
||||
|
||||
Reference in New Issue
Block a user