Skip to content
Snippets Groups Projects
Commit 12d95b70 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #182 from metabase/ag-fix-card-default-display

fix card saving error in safari where 'display' was unset
parents ea454016 8fb035de
Branches
Tags
No related merge requests found
......@@ -1181,7 +1181,7 @@ CardControllers.controller('CardDetail', [
'public_perms': 0,
'can_read': true,
'can_write': true,
'display': 'none',
'display': 'table',
'dataset_query': {
'type': 'native',
'native': {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment