first music free
This commit is contained in:
@@ -22,8 +22,12 @@ const WritingLyrics = () => {
|
||||
await setIsLoading(true);
|
||||
if (selectedProject) {
|
||||
updateProjectData({ hasLyrics });
|
||||
} else {
|
||||
await createNewProject({ hasLyrics });
|
||||
setTimeout(() => navigate(Routes.CreateLyricsWithAi), 500);
|
||||
return;
|
||||
}
|
||||
const newProjectId = await createNewProject({ hasLyrics });
|
||||
if (!newProjectId) {
|
||||
return;
|
||||
}
|
||||
setTimeout(() => navigate(Routes.CreateLyricsWithAi), 500);
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user