🐛 (index.tsx): remove unused parameter folderId from handleFolderChange function to fix potential bug
This commit is contained in:
parent
b3903b0b03
commit
324b76d2d1
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ const SideBarFoldersButtonsComponent = ({
|
|||
const setErrorData = useAlertStore((state) => state.setErrorData);
|
||||
const setSuccessData = useAlertStore((state) => state.setSuccessData);
|
||||
|
||||
const handleFolderChange = (folderId: string) => {
|
||||
const handleFolderChange = () => {
|
||||
getFolderById(folderId);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue