Fix disabled button with AccountSelect

This commit is contained in:
elforjani3
2020-11-02 17:16:50 +02:00
parent 28fe1c25e6
commit 5b32d8fe7d
5 changed files with 17 additions and 10 deletions

View File

@@ -76,6 +76,7 @@ export default function AccountsSelectList({
popoverProps={{ minimal: true }}
filterable={true}
onItemSelect={onAccountSelect}
disabled={disabled}
>
<Button
disabled={disabled}