fix typo in map toast

This commit is contained in:
Andrew
2023-03-29 15:56:45 +01:00
parent 7f97a95a2c
commit 93f6e0f68c

View File

@ -189,7 +189,7 @@ export default {
const deletePreferencesData = httpsCallable(functions, 'deletePreferences')
deletePreferencesData().then(() => {
this.resetCredentials()
this.showToast("Successfully map deleted filter preferences", "green")
this.showToast("Successfully deleted map filter preferences", "green")
})
.catch((error) => {
this.showToast(error.message, "red")