Commit 81f9844c authored by Internship UKSW 2019's avatar Internship UKSW 2019

Initial commit

parent c1a3771a
......@@ -757,6 +757,8 @@ class FormApprover extends Component {
if (isAlreadyExist == false) {
clonePage[index + 1] = true;
}
} else {
clonePage[index + 1] = true;
}
} catch (err) {
clonePage[index] = true;
......
......@@ -509,6 +509,8 @@ class FormRevision extends Component {
if (isAlreadyExist == false) {
clonePage[index + 1] = true;
}
} else {
clonePage[index + 1] = true;
}
} catch (err) {
clonePage[index] = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment