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 5cf919b commit 4b025caCopy full SHA for 4b025ca
src/internal-packages/crud/lib/component/editable-key.jsx
@@ -91,7 +91,7 @@ class EditableKey extends React.Component {
91
*/
92
renderTitle() {
93
if (this.state.duplicate) {
94
- return `Duplicate key: '${this.element.currentKey}'`
+ return `Duplicate key: '${this.element.currentKey}' - this will overwrite previous values.`
95
}
96
return this.element.currentKey;
97
0 commit comments