refactor: ids -> uids + NewRequest functionality

This commit is contained in:
Anoop M D
2022-03-14 02:43:36 +05:30
parent 686894e0bd
commit 92692c766a
18 changed files with 250 additions and 148 deletions

View File

@ -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)}
>