Skip to content

Commit 9516989

Browse files
committed
Add additional params to card metadata
1 parent a154271 commit 9516989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/src/metabase/helpers/analystModeTypes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ const fieldsToRemove = [
6161
'can_write',
6262
'card_schema',
6363
// 'dashboard_count',
64-
'creator_id',
64+
// 'creator_id',
6565
'can_restore',
6666
'moderation_reviews',
6767
'can_manage_db',
6868
'entity_id',
6969
'last-edit-info',
7070
'metabase_version',
7171
'dashboard',
72-
'dashboard_id',
72+
// 'dashboard_id',
7373
'parameter_usage_count', // this seems to always be 0 so removing
7474
'public_uuid',
7575
'can_delete'

0 commit comments

Comments
 (0)