chore: minor fixes and improvements
This commit is contained in:
@@ -174,9 +174,14 @@ export default defineComponent({
|
||||
icon: "download_for_offline",
|
||||
duration: 0,
|
||||
action: [
|
||||
{
|
||||
text: `${this.$t("action.dismiss")}`,
|
||||
onClick: (_, toastObject) => {
|
||||
toastObject.goAway(0)
|
||||
},
|
||||
},
|
||||
{
|
||||
text: `${this.$t("app.reload")}`,
|
||||
class: "!ml-auto",
|
||||
onClick: (_, toastObject) => {
|
||||
toastObject.goAway(0)
|
||||
window.location.reload()
|
||||
|
||||
Reference in New Issue
Block a user