Skip to content

Commit bc20321

Browse files
committed
returning ui settings on set
1 parent e524421 commit bc20321

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/src/app/services/ui.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ export class UIService extends DataService {
113113
async setSettings (settings: Partial<UISettings>) {
114114
settings = await this.request({ method: 'POST', endpoint: '/settings', data: settings })
115115
this.settingsChanged.next(settings)
116+
return settings
116117
}
117118

118119
async loaded () {

0 commit comments

Comments
 (0)