Skip to content

Commit

Permalink
PMM-12621 Show all service types in anonymous mode
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Oct 20, 2023
1 parent 8c4a52c commit 17f0506
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
} from './services.utils';

const initialState: ServicesState = {
activeTypes: [],
activeTypes: Object.values(ServiceType) as ServiceType[],
services: [],
isLoading: false,
};
Expand Down

0 comments on commit 17f0506

Please sign in to comment.