mirror of https://github.com/harness/drone.git
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 statetry-new-ui
parent
45d2a72d20
commit
9572478b86
|
@ -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' }}>
|
||||
|
|
|
@ -337,7 +337,6 @@ const GitspaceDetails = () => {
|
|||
</Text>
|
||||
</Layout.Horizontal>
|
||||
}
|
||||
disabled={disabledActionButtons}
|
||||
/>
|
||||
</Menu>
|
||||
}>
|
||||
|
|
Loading…
Reference in New Issue