Skip to content

Commit

Permalink
fix(graphql): correct query name (cryostatio#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Sep 18, 2023
1 parent ee99ad1 commit 164159c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/RecordingMetadata/BulkEditLabels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const BulkEditLabels: React.FC<BulkEditLabelsProps> = (props) => {
filter((target) => target !== NO_TARGET),
concatMap((target) =>
context.api.graphql<any>(
`query ActiveRecordingsForTarget($connectUrl: String) {
`query ArchivedRecordingsForTarget($connectUrl: String) {
targetNodes(filter: { name: $connectUrl }) {
recordings {
archived {
Expand Down

0 comments on commit 164159c

Please sign in to comment.