File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
timeless-api/src/main/webui/src/app/pages/user-config Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 7676 </ ng-template >
7777 </ p-card >
7878</ form >
79+
80+ < p-toast position ="bottom-right " key ="toast "> </ p-toast >
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import {
1111} from '@angular/forms' ;
1212import { TimelessApiService } from '../../timeless-api.service' ;
1313import { MessageService } from 'primeng/api' ;
14+ import { Toast } from 'primeng/toast' ;
1415
1516@Component ( {
1617 selector : 'app-user-config' ,
@@ -21,6 +22,7 @@ import { MessageService } from 'primeng/api';
2122 InputMask ,
2223 FormsModule ,
2324 ReactiveFormsModule ,
25+ Toast ,
2426 ] ,
2527 templateUrl : './user-config.component.html' ,
2628 styleUrl : './user-config.component.scss' ,
You can’t perform that action at this time.
0 commit comments