mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 05:05:39 +00:00
fix: add compute key for virtual table (#6807)
This commit is contained in:
@@ -344,6 +344,7 @@ const EnvironmentVariables = ({ environment, setIsModified, originalEnvironmentV
|
||||
data={formik.values}
|
||||
fixedItemHeight={35}
|
||||
components={{ TableRow }}
|
||||
computeItemKey={(index, variable) => variable.uid}
|
||||
fixedHeaderContent={() => (
|
||||
<tr>
|
||||
<td className="text-center"></td>
|
||||
|
||||
Reference in New Issue
Block a user