feat(preferences): theme and home dashbord settings now work work on profile and org settings page
This commit is contained in:
@@ -33,6 +33,14 @@ type GetPreferencesQuery struct {
|
||||
Result *Preferences
|
||||
}
|
||||
|
||||
type GetPreferencesWithDefaultsQuery struct {
|
||||
Id int64
|
||||
OrgId int64
|
||||
UserId int64
|
||||
|
||||
Result *Preferences
|
||||
}
|
||||
|
||||
// ---------------------
|
||||
// COMMANDS
|
||||
type SavePreferencesCommand struct {
|
||||
|
||||
Reference in New Issue
Block a user