diff --git a/src/searches/useServiceAccountSearch.ts b/src/searches/useServiceAccountSearch.ts index 3b3ed11d8..542e550f3 100644 --- a/src/searches/useServiceAccountSearch.ts +++ b/src/searches/useServiceAccountSearch.ts @@ -13,7 +13,7 @@ export const searchServiceAccount = gql` search: serviceAccounts( after: $after first: $first - filter: { search: $query } + filter: { search: $query, isActive: true } ) { edges { node { diff --git a/src/storybook/__snapshots__/Stories.test.ts.snap b/src/storybook/__snapshots__/Stories.test.ts.snap index ccf779083..1781099b3 100644 --- a/src/storybook/__snapshots__/Stories.test.ts.snap +++ b/src/storybook/__snapshots__/Stories.test.ts.snap @@ -131353,16 +131353,16 @@ exports[`Storyshots Views / Webhooks / Create webhook default 1`] = ` class="MuiFormControl-root-id MuiTextField-root-id MuiFormControl-fullWidth-id" >
+ Invalid value +
- This URL will receive webhook POST requests + Invalid value
- secret key is used to create a hash signature with each payload. *optional field + Invalid value
- This field is required + Invalid value
@@ -132547,6 +132552,11 @@ exports[`Storyshots Views / Webhooks / Create webhook loading 1`] = ` ++ Invalid value +
`; +exports[`Storyshots Views / Webhooks / Delete webhook unnamed webhook 1`] = ` + +`; + exports[`Storyshots Views / Webhooks / Webhook details default 1`] = `- This URL will receive webhook POST requests + Invalid value
- secret key is used to create a hash signature with each payload. *optional field + Invalid value
- This field is required + Invalid value
@@ -134834,6 +134850,584 @@ exports[`Storyshots Views / Webhooks / Webhook details loading 1`] = ` `; +exports[`Storyshots Views / Webhooks / Webhook details unnamed 1`] = ` +