mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-10 19:16:55 +02:00
Sidebar filtering and improvements (#285)
This commit is contained in:
@@ -34,7 +34,7 @@ export const createFolder = createFastMutation<
|
||||
confirmText: 'Create',
|
||||
placeholder: 'Name',
|
||||
});
|
||||
if (name == null) throw new Error('No name provided to create folder');
|
||||
if (name == null) return;
|
||||
|
||||
patch.name = name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user