Skip to content

Commit

Permalink
Merge pull request #450 from AgenceBio/feat/autoclose_toast
Browse files Browse the repository at this point in the history
feat: fermeture automatique des toast
  • Loading branch information
GregoireDucharme authored Dec 18, 2024
2 parents 511885d + 47806ff commit c10da23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ app
},
})
.use(Vue3Toastify, {
autoClose: false,
position: toastify.POSITION.BOTTOM_LEFT,
autoClose: 4000,
position: toastify.POSITION.BOTTOM_RIGHT,
width: "auto",
limit: 3,
})
Expand Down

0 comments on commit c10da23

Please sign in to comment.