Skip to content

Commit 8aaac09

Browse files
authored
Fixing get system query params type (#6624)
1 parent 6ad7416 commit 8aaac09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

clients/admin-ui/src/features/system/system.slice.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export type ConnectionConfigSecretsRequest = {
4545
export type GetSystemsQueryParams = {
4646
data_stewards?: string[];
4747
system_groups?: string[];
48+
show_deleted?: boolean;
4849
};
4950

5051
const systemApi = baseApi.injectEndpoints({

0 commit comments

Comments
 (0)