We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e524421 commit bc20321Copy full SHA for bc20321
1 file changed
ui/src/app/services/ui.service.ts
@@ -113,6 +113,7 @@ export class UIService extends DataService {
113
async setSettings (settings: Partial<UISettings>) {
114
settings = await this.request({ method: 'POST', endpoint: '/settings', data: settings })
115
this.settingsChanged.next(settings)
116
+ return settings
117
}
118
119
async loaded () {
0 commit comments