alert success only if migrated
This commit is contained in:
@@ -153,9 +153,11 @@ export function App() {
|
|||||||
keyCount += 1;
|
keyCount += 1;
|
||||||
}
|
}
|
||||||
setSelectedChatIndex(keyCount);
|
setSelectedChatIndex(keyCount);
|
||||||
|
if (keyCount > 0) {
|
||||||
alert(
|
alert(
|
||||||
"v2.0.0 Update: Imported chat history from localStorage to indexedDB. 🎉"
|
"v2.0.0 Update: Imported chat history from localStorage to indexedDB. 🎉"
|
||||||
);
|
);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user