Skip to content

Commit

Permalink
fix: [lw-7632] fix rename nft folder feat (#1710)
Browse files Browse the repository at this point in the history
  • Loading branch information
vetalcore authored Feb 13, 2025
1 parent 86fc244 commit 788bb55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const RenameFolderDrawer = withNftsFoldersContext(

useEffect(() => {
setName(folderToRename?.name || '');
}, [folderToRename?.name]);
}, [folderToRename?.name, visible]);

const footer = (
<div className={styles.actionButtons}>
Expand Down

0 comments on commit 788bb55

Please sign in to comment.