Disable button on submit

This commit is contained in:
Ildar Kamalov
2019-02-07 16:09:12 +03:00
parent 826529e73e
commit 91eaf72051
2 changed files with 13 additions and 6 deletions

View File

@@ -26,6 +26,7 @@ const install = handleActions({
}, {
step: INSTALL_FIRST_STEP,
processingDefault: true,
processingSubmit: false,
web: {
ip: '0.0.0.0',
port: 80,