mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-10201] Snackbar content is hidden and not announced by SR (#4974)
This commit is contained in:
@@ -92,7 +92,8 @@ export const AppConfig: ApplicationConfig = {
|
|||||||
{
|
{
|
||||||
provide: MAT_SNACK_BAR_DEFAULT_OPTIONS,
|
provide: MAT_SNACK_BAR_DEFAULT_OPTIONS,
|
||||||
useValue: {
|
useValue: {
|
||||||
duration: 10000
|
duration: 10000,
|
||||||
|
politeness: 'polite'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user