feat: persist window frames and widths (#7409)

This commit is contained in:
shubh-bruno
2026-03-26 13:11:04 +05:30
committed by GitHub
parent 304f6c8b80
commit 73df422c4e
37 changed files with 766 additions and 133 deletions

View File

@@ -103,6 +103,7 @@ const EnvironmentVariables = ({ environment, setIsModified, collection, searchQu
return (
<EnvironmentVariablesTable
key={environment?.uid}
environment={environment}
collection={collection}
onSave={handleSave}