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