We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad7416 commit 8aaac09Copy full SHA for 8aaac09
1 file changed
clients/admin-ui/src/features/system/system.slice.ts
@@ -45,6 +45,7 @@ export type ConnectionConfigSecretsRequest = {
45
export type GetSystemsQueryParams = {
46
data_stewards?: string[];
47
system_groups?: string[];
48
+ show_deleted?: boolean;
49
};
50
51
const systemApi = baseApi.injectEndpoints({
0 commit comments