From fb4984ed42801fdcbf62acd91f4f8ffe23c35a81 Mon Sep 17 00:00:00 2001
From: Zoltan Runyo <zoltan.runyo@ess.eu>
Date: Mon, 2 Aug 2021 12:11:47 +0200
Subject: [PATCH] ICSHWI-7645: Temporary disable Undeploy button on dialog

---
 src/components/IOC/IOCUndeployDialog.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/IOC/IOCUndeployDialog.js b/src/components/IOC/IOCUndeployDialog.js
index 29e7e532..e35ec938 100644
--- a/src/components/IOC/IOCUndeployDialog.js
+++ b/src/components/IOC/IOCUndeployDialog.js
@@ -38,7 +38,7 @@ export function IOCUndeployDialog({ open, setOpen, submitCallback, ioc }) {
         </DialogContent>
         <DialogActions>
           <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>
       </form>
     </Dialog>
-- 
GitLab