fix: issue properties dropdown (#5592)

This commit is contained in:
Anmol Singh Bhatia 2024-09-12 16:02:56 +05:30 committed by GitHub
parent 33dd5fe8cc
commit 48e97477ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 17 additions and 0 deletions

View file

@ -234,6 +234,7 @@ export const ModuleDropdown: React.FC<Props> = observer((props) => {
buttonContainerClassName
)}
onClick={handleOnClick}
disabled={disabled}
>
{button}
</button>
@ -250,6 +251,7 @@ export const ModuleDropdown: React.FC<Props> = observer((props) => {
buttonContainerClassName
)}
onClick={handleOnClick}
disabled={disabled}
>
<DropdownButton
className={buttonClassName}