Skip to content

Commit

Permalink
dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vmangalr committed Nov 12, 2024
1 parent abbedaf commit edd98b2
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ export const CloudPulseResourcesSelect = React.memo(

const { data: resources, isLoading, isError } = useResourcesQuery(
disabled !== undefined ? !disabled : Boolean(region && resourceType),
resourceType,
resourceType, // dummy comment
{},
xFilter
? {
...platformFilter,
...xFilter,
}
...platformFilter,
...xFilter,
}
: {
...platformFilter,
region,
}
...platformFilter,
region,
}
);

const [selectedResources, setSelectedResources] = React.useState<
Expand Down

0 comments on commit edd98b2

Please sign in to comment.