Skip to content

Commit

Permalink
Returned back @RashidUjang's change with secretIds
Browse files Browse the repository at this point in the history
  • Loading branch information
vmatsiiako committed Feb 9, 2023
1 parent ab751d0 commit 55eddee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/dashboard/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ export default function Dashboard() {
toggleSidebar={toggleSidebar}
data={data.filter(
(row: SecretDataProps) =>
row.key === data.filter((r) => r.id === sidebarSecretId)[0]?.key
row.id === sidebarSecretId
)}
modifyKey={listenChangeKey}
modifyValue={listenChangeValue}
Expand Down

0 comments on commit 55eddee

Please sign in to comment.