Skip to content

Commit ced15cc

Browse files
committed
Update AddArrayEntryDialog.react.js
1 parent d972f7c commit ced15cc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/dashboard/Data/Config/AddArrayEntryDialog.react.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,12 @@ export default class AddArrayEntryDialog extends React.Component {
126126
<Field
127127
label={
128128
<Label
129-
text="Confirm type"
130-
description={`Previous item is ${this.props.lastType}, new entry is ${this.state.parsedType}.`}
129+
text="⚠️ Ignore type mismatch"
130+
description={
131+
<>
132+
Previous item type is <strong>{this.props.lastType}</strong>, new entry type is <strong>{this.state.parsedType}</strong>.
133+
</>
134+
}
131135
/>
132136
}
133137
input={

0 commit comments

Comments
 (0)