This commit is contained in:
jonaswinkler
2020-12-07 12:44:23 +01:00
parent a76452028f
commit dd60100796
6 changed files with 25 additions and 24 deletions

View File

@@ -76,7 +76,7 @@ export class DocumentListComponent implements OnInit {
saveViewConfig() {
this.savedViewConfigService.updateConfig(this.list.savedView)
this.toastService.showToast(Toast.make("Information", `View "${this.list.savedView.title}" saved successfully.`))
this.toastService.showInfo(`View "${this.list.savedView.title}" saved successfully.`)
}
saveViewConfigAs() {