| When clicking on "edit name" and trying to submit the new name, this error is thrown:
TypeError: Cannot read property 'length' of undefined |
at updateVariant (variantModal.js:123) |
at ChildScope.$scope.confirm (variantModal.js:13) |
at fn (eval at compile (angular.js:13036), <anonymous>:4:212) |
at callback (angular.js:23090) |
at ChildScope.$eval (angular.js:15719) |
at ChildScope.$apply (angular.js:15818) |
at HTMLButtonElement.<anonymous> (angular.js:23095) |
at HTMLButtonElement.dispatch (jquery.js:4409) |
at HTMLButtonElement.elemData.handle (jquery.js:4095)
|
And nothing else happens. |