mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Change toast error to error.message.
This commit is contained in:
parent
b76802f59f
commit
a82d245f63
@ -419,7 +419,7 @@ export default {
|
||||
this.fetchRooms({ room: CreateRoom, options: { refetch: true } })
|
||||
})
|
||||
.catch((error) => {
|
||||
this.$toast.error(error)
|
||||
this.$toast.error(error.message)
|
||||
})
|
||||
.finally(() => {
|
||||
// this.loading = false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user