New support: fix type error

This commit is contained in:
yflory 2024-03-08 14:12:21 +01:00
parent 0cc8766be1
commit 6a3bc3ce26

View File

@ -555,7 +555,7 @@ define([
if (!err) { UI.log(Messages.genericCopySuccess); }
});
};
APP.$copyData.show();
if (APP.$copyData) { APP.$copyData.show(); }
};
var createLeftside = function () {