Skip to content

Commit

Permalink
Fixed button toggle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Nov 9, 2022
1 parent c60b1d2 commit e88aad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/dashboard/view/ProvidersTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function ProvidersTab () {
<Search entities={ordered} searchable={searchProps}>
{(searched) =>
<MetadataActions type="provider">
{(enable) =>
{({enable}) =>
<ProviderList
entities={searched}
reorder={providers.length === searched.length}
Expand Down

0 comments on commit e88aad3

Please sign in to comment.