Skip to content

Commit

Permalink
Remove overridden message export
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejritter committed Feb 29, 2024
1 parent 7944398 commit e72c7e6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/plugins/recordTypes/place/forms/default.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { defineMessages } from 'react-intl';

const template = (configContext) => {
const {
React,
Expand Down Expand Up @@ -160,11 +158,5 @@ const template = (configContext) => {
};

export default (configContext) => ({
messages: defineMessages({
name: {
id: 'form.place.default.name',
defaultMessage: 'Standard Template',
},
}),
template: template(configContext),
});

0 comments on commit e72c7e6

Please sign in to comment.