mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
Fix disabled button with AccountSelect
This commit is contained in:
@@ -76,6 +76,7 @@ export default function AccountsSelectList({
|
||||
popoverProps={{ minimal: true }}
|
||||
filterable={true}
|
||||
onItemSelect={onAccountSelect}
|
||||
disabled={disabled}
|
||||
>
|
||||
<Button
|
||||
disabled={disabled}
|
||||
|
||||
Reference in New Issue
Block a user