Skip to content

Commit

Permalink
feat: Keep overrides after changing a representation (#3104)
Browse files Browse the repository at this point in the history
* feat: Keep overrides after changing a representation

* fix: REmove replaces and hides lines
  • Loading branch information
LautaroPetaccio authored May 14, 2024
1 parent 0d80340 commit 6baa35e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,6 @@ export default class CreateSingleItemModal extends React.PureComponent<Props, St
const removesDefaultHiding = category === WearableCategory.UPPER_BODY ? [BodyPartCategory.HANDS] : []
data = {
...pristineItem.data,
replaces: [],
hides: [],
removesDefaultHiding,
category: category as WearableCategory,
requiredPermissions: requiredPermissions || []
Expand Down

0 comments on commit 6baa35e

Please sign in to comment.