Skip to content

Commit

Permalink
[B] Fix incorrect attributes on PressLogo upload
Browse files Browse the repository at this point in the history
[Fixes #365]
  • Loading branch information
SMaxOwok committed Jun 2, 2017
1 parent 168008a commit 18a3029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/containers/backend/Settings/Theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export class SettingsThemeContainer extends PureComponent {
style="square"
accepts="images"
label="Press Logo"
readFrom="attributes[pressLogoUrl][smallSquare]"
name="attributes[press_logo]"
readFrom="attributes[pressLogoStyles][smallSquare]"
name="attributes[pressLogo]"
remove="attributes[removePressLogo]"
/>
<Form.TextInput
Expand Down

0 comments on commit 18a3029

Please sign in to comment.