We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a154271 commit 9516989Copy full SHA for 9516989
apps/src/metabase/helpers/analystModeTypes.ts
@@ -61,15 +61,15 @@ const fieldsToRemove = [
61
'can_write',
62
'card_schema',
63
// 'dashboard_count',
64
- 'creator_id',
+ // 'creator_id',
65
'can_restore',
66
'moderation_reviews',
67
'can_manage_db',
68
'entity_id',
69
'last-edit-info',
70
'metabase_version',
71
'dashboard',
72
- 'dashboard_id',
+ // 'dashboard_id',
73
'parameter_usage_count', // this seems to always be 0 so removing
74
'public_uuid',
75
'can_delete'
0 commit comments