mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-16 22:11:51 +02:00
refactor: ids -> uids + NewRequest functionality
This commit is contained in:
@ -46,7 +46,7 @@ const SaveRequestButton = ({folders}) => {
|
||||
<div className="folder-list">
|
||||
{showFolders && showFolders.length ? showFolders.map((folder) => (
|
||||
<div
|
||||
key={folder.id}
|
||||
key={folder.uid}
|
||||
className="folder-name"
|
||||
onClick={() => handleFolderClick(folder)}
|
||||
>
|
||||
|
Reference in New Issue
Block a user