Skip to content

Commit

Permalink
Update src/plugins/workspace/server/saved_objects/workspace_ui_settin…
Browse files Browse the repository at this point in the history
…gs_client_wrapper.ts

Co-authored-by: SuZhou-Joe <[email protected]>
  • Loading branch information
ruanyl and SuZhou-Joe authored Apr 16, 2024
1 parent 8ee9467 commit 1dfd7cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export class WorkspaceUiSettingsClientWrapper {
options
);

configObject.attributes = { ...workspaceUpdateResult.attributes.uiSettings };
configObject.attributes = workspaceUpdateResult.attributes.uiSettings;

return configObject as SavedObjectsUpdateResponse<T>;
}
Expand Down

0 comments on commit 1dfd7cc

Please sign in to comment.