Skip to content

Commit a05c9c6

Browse files
committed
Enable source view per default
Signed-off-by: Stefan Büringer buringerst@vmware.com
1 parent e7032ad commit a05c9c6

File tree

1 file changed

+1
-1
lines changed
  • ui/packages/shared/components/src/ParcaContext

1 file changed

+1
-1
lines changed

ui/packages/shared/components/src/ParcaContext/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const defaultValue: Props = {
122122
},
123123
queryServiceClient: {} as unknown as QueryServiceClient,
124124
navigateTo: () => {},
125-
enableSourcesView: false,
125+
enableSourcesView: true,
126126
enableSandwichView: false,
127127
isDarkMode: false,
128128
preferencesModal: false,

0 commit comments

Comments
 (0)