news/plugins/admin/themes/grav/app/utils/toastr.js

7 lines
145 B
JavaScript
Raw Normal View History

import toastr from 'toastr';
toastr.options.positionClass = 'toast-top-right';
toastr.options.preventDuplicates = true;
export default toastr;