mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-29 22:02:57 +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