Skip to content
Snippets Groups Projects
Commit fb4984ed authored by Zoltan Runyo's avatar Zoltan Runyo
Browse files

ICSHWI-7645: Temporary disable Undeploy button on dialog

parent f382e186
No related branches found
No related tags found
1 merge request!56ICSHWI-7645
Pipeline #90700 passed
...@@ -38,7 +38,7 @@ export function IOCUndeployDialog({ open, setOpen, submitCallback, ioc }) { ...@@ -38,7 +38,7 @@ export function IOCUndeployDialog({ open, setOpen, submitCallback, ioc }) {
</DialogContent> </DialogContent>
<DialogActions> <DialogActions>
<Button onClick={handleClose} color="primary">Cancel</Button> <Button onClick={handleClose} color="primary">Cancel</Button>
<Button color="primary" variant="contained" type="submit">Undeploy</Button> <Button color="primary" variant="contained" type="submit" disabled>Undeploy</Button>
</DialogActions> </DialogActions>
</form> </form>
</Dialog> </Dialog>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment