We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d972f7c commit ced15ccCopy full SHA for ced15cc
src/dashboard/Data/Config/AddArrayEntryDialog.react.js
@@ -126,8 +126,12 @@ export default class AddArrayEntryDialog extends React.Component {
126
<Field
127
label={
128
<Label
129
- text="Confirm type"
130
- description={`Previous item is ${this.props.lastType}, new entry is ${this.state.parsedType}.`}
+ text="⚠️ Ignore type mismatch"
+ description={
131
+ <>
132
+ Previous item type is <strong>{this.props.lastType}</strong>, new entry type is <strong>{this.state.parsedType}</strong>.
133
+ </>
134
+ }
135
/>
136
}
137
input={
0 commit comments