Skip to content

Commit 8932c7a

Browse files
fix(dam-app-base): remove scoped registry override, fix warning message typo [EXT-00] (#10734)
1 parent f52dc6e commit 8932c7a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
engine-strict = true
2-
@contentful:registry=https://registry.npmjs.org
32
ignore-scripts=true

packages/dam-app-base/src/Editor/Field.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export default class Field extends React.Component<Props, State> {
116116

117117
if (!valid) {
118118
return (
119-
<Note variant="warning" title="Field value is incompatibile">
119+
<Note variant="warning" title="Field value is incompatible">
120120
The JSON object stored in this field cannot be managed with this App.
121121
<TextLink as="button" onClick={() => this.setState({ value: [], valid: true })}>
122122
I want to override the value using the App

0 commit comments

Comments
 (0)