Skip to content

Commit

Permalink
feat: remove useless code
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe committed Apr 29, 2024
1 parent e15a2cf commit 39d74fb
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ export class WorkspaceUiSettingsClientWrapper {
...(workspaceObject ? workspaceObject.attributes.uiSettings : {}),
};

configObject.attributes = {
...configObject.attributes,
...workspaceObject?.attributes.uiSettings,
};

return configObject as SavedObject<T>;
}

Expand Down

0 comments on commit 39d74fb

Please sign in to comment.