fix: [CDE-671]: Removed the logic to disable the delete gitspace condition if the gitspace is in starting or stopping state (#3525)

* fix: Removed the logic to disable the delete gitspace condition if the gitspace is in starting or stopping state
try-new-ui
Neel Khamar 2025-03-07 10:41:12 +00:00 committed by Harness
parent 45d2a72d20
commit 9572478b86
2 changed files with 0 additions and 2 deletions

View File

@ -438,7 +438,6 @@ const ActionMenu = ({
</Container>
<MenuItem
disabled={disabledActionButtons}
onClick={deleteGitspace as Unknown as () => void}
text={
<Layout.Horizontal spacing="small" flex={{ alignItems: 'center', justifyContent: 'flex-start' }}>

View File

@ -337,7 +337,6 @@ const GitspaceDetails = () => {
</Text>
</Layout.Horizontal>
}
disabled={disabledActionButtons}
/>
</Menu>
}>