From f25593169d75109233ccb25dccaa4d3de39a04a3 Mon Sep 17 00:00:00 2001 From: Lydia Date: Wed, 18 Dec 2019 11:20:37 +0000 Subject: [PATCH] fix(Personas): Disables add attribute button when name and value are empty. (https://github.com/LearningLocker/learninglocker/pull/1486 - [LL-219](https://learningpool.atlassian.net/browse/LL-219)) https://github.com/LearningLocker/learninglocker/pull/1486 https://learningpool.atlassian.net/browse/LL-219 --- ui/src/pages/PeopleManagePage/AttributesEditor/NewRow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/pages/PeopleManagePage/AttributesEditor/NewRow.js b/ui/src/pages/PeopleManagePage/AttributesEditor/NewRow.js index a590a89596..2f41a59bc6 100644 --- a/ui/src/pages/PeopleManagePage/AttributesEditor/NewRow.js +++ b/ui/src/pages/PeopleManagePage/AttributesEditor/NewRow.js @@ -51,7 +51,7 @@ const render = ({ onSubmit={handleAdd} /> - +