From ab8bac226f166d1a04ccff1422b85a9df65975f7 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Mon, 3 Feb 2020 13:33:23 +0530 Subject: [PATCH] Fix title bug in list modal UI --- frontend/src/Lists.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/Lists.js b/frontend/src/Lists.js index 781081f..8aaf55b 100644 --- a/frontend/src/Lists.js +++ b/frontend/src/Lists.js @@ -93,6 +93,7 @@ class CreateFormDef extends React.PureComponent { } modalTitle(formType, record) { + console.log(formType) if (formType === cs.FormCreate) { return "Create a list" } @@ -131,7 +132,7 @@ class CreateFormDef extends React.PureComponent { return (