miasfashion / MiasHR

MIAS Fashion HR web application
0 stars 0 forks source link

When Snackbar presents, moving to different pages keep the snackbar #123

Closed bk0106 closed 6 months ago

bk0106 commented 7 months ago

implement dispose function to make sure all snackbar disappears when the page redirects?

bk0106 commented 6 months ago

Add below parameter to the snackbar , Severity.Normal ,(options) => { options.CloseAfterNavigation = true; }