1
0
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:
Vladyslav Matsiiako
2023-01-13 01:29:14 -08:00
parent d958341154
commit 6c61aef526

@ -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) {