File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ createInertiaApp({
4444 summary : responseBody . error_summary ,
4545 detail : responseBody . error_detail ,
4646 life : 5000 ,
47- styleClass : 'shadow-lg mb-0 mt-4' ,
47+ // styleClass: 'shadow-lg mb-0 mt-4 left-4 md:left-auto ',
4848 } ) ;
4949 }
5050 } ) ;
@@ -69,6 +69,16 @@ createInertiaApp({
6969 } ,
7070 } ,
7171 } ,
72+ pt : {
73+ toast : {
74+ root : {
75+ class : 'fixed left-4! right-4! bottom-4 md:left-auto! md:top-auto'
76+ } ,
77+ message : {
78+ class : 'shadow-lg mb-0 mt-4 w-full'
79+ } ,
80+ } ,
81+ }
7282 } )
7383 . use ( ToastService )
7484 . component ( 'InertiaHead' , Head )
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const showSuccessToast = () => {
3939 severity: ' success' ,
4040 summary: ' Saved' ,
4141 detail: ' Profile information has been updated' ,
42- life: 3000 ,
42+ life: 120000 ,
4343 });
4444};
4545const updateProfileInformation = () => {
You can’t perform that action at this time.
0 commit comments