Skip to content

Commit 7e91c6c

Browse files
fix: update jwt keys persisting old values
1 parent b1b43a4 commit 7e91c6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dashboard/src/pages/Environment.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ export default function Environment() {
187187
disableInputField: true,
188188
});
189189

190+
getData();
191+
190192
toast({
191193
title: `Successfully updated ${
192194
Object.keys(updatedEnvVariables).length

0 commit comments

Comments
 (0)