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 dc7f320 commit 94597beCopy full SHA for 94597be
src/main/js/add-item.js
@@ -260,7 +260,6 @@ document.addEventListener("DOMContentLoaded", () => {
260
copyRadio.setAttribute("checked", true);
261
setFieldValidationStatus("from", true);
262
if (!getFieldValidationStatus("name")) {
263
- activateValidationMessage(getI18n("empty-name"));
264
setTimeout(function () {
265
var parentName = copyFromInput.value;
266
0 commit comments