Skip to content

Commit

Permalink
PMM-13132 Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriCtvrtka committed Sep 20, 2024
1 parent 7fab00f commit 8a86a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed/models/settings_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func UpdateSettings(q reform.DBTX, params *ChangeSettingsParams) (*Settings, err
settings.DefaultRoleID = *params.DefaultRoleID
}

if settings.EncryptedItems != nil {
if params.EncryptedItems != nil {
settings.EncryptedItems = params.EncryptedItems
}

Expand Down

0 comments on commit 8a86a53

Please sign in to comment.