A bunch of commits moved from cloud -> onprem to sync up current work on 2.0
This commit is contained in:
@@ -3035,7 +3035,7 @@ const Apps = (props) => {
|
||||
height: "50px",
|
||||
}}
|
||||
variant="contained"
|
||||
disabled={openApi.length === 0 || appValidation.length > 0}
|
||||
disabled={openApi.length === 0 || appValidation.length > 0 || validation}
|
||||
color="primary"
|
||||
onClick={() => {
|
||||
setOpenApiError("");
|
||||
|
||||
Reference in New Issue
Block a user