You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(!db)returnconsole.log(Error("Firebase is not configured"));// This is to handle error when there is no `.env` file. So, that app doesn't crash while developing without `.env` file.
103
-
if(!user)return;
103
+
if(!user)
104
+
returnaddToast({
105
+
message: "Login to clone the theme",
106
+
type: "error",
107
+
});
104
108
try{
105
109
letdata=deepClone(theme);
106
110
// delete original theme's uid and id to persist them as they are unique
0 commit comments