chore(repo): checkpoint current capakraken implementation state
This commit is contained in:
@@ -71,7 +71,7 @@ function formatLocation(location: {
|
||||
|
||||
export function ProjectHealthWidget({ config, onConfigChange }: WidgetProps) {
|
||||
const showDetails = config.showDetails === true;
|
||||
const { clients } = useWidgetFilterOptions();
|
||||
const { clients } = useWidgetFilterOptions({ clients: true });
|
||||
|
||||
const filters = useMemo<WidgetFilter[]>(
|
||||
() => [
|
||||
|
||||
Reference in New Issue
Block a user