Skip to content

Commit

Permalink
SOROKA-160: fix bug with creating card by template (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRbkv authored Oct 24, 2022
1 parent 5a80217 commit a1dd73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/propertiesStore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const TYPES: { [key: string]: any } = {
hasHelp: true,
parseAs: 'json'
},
MEDIA: {
FILE: {
renderForm: (props: { showHelp: boolean }) => <MediaProperty {...props} />,
formatToApi: (value: string) => value,
defaultData: '',
Expand Down

0 comments on commit a1dd73f

Please sign in to comment.