Skip to content
Snippets Groups Projects
Unverified Commit 19409917 authored by Cam Saül's avatar Cam Saül
Browse files

Frontend test fix :wrench:

parent 86879c62
Branches
Tags
No related merge requests found
......@@ -31,6 +31,7 @@ window.MetabaseBootstrap = {
"type/Dictionary": ["type/Collection"],
"type/FK": ["type/Special"],
"type/Float": ["type/Number"],
"type/IPAddress": ["type/TextLike"],
"type/ImageURL": ["type/URL"],
"type/Integer": ["type/Number"],
"type/Latitude": ["type/Coordinate"],
......@@ -42,6 +43,7 @@ window.MetabaseBootstrap = {
"type/Special": ["type/*"],
"type/State": ["type/Category", "type/Address", "type/Text"],
"type/Text": ["type/*"],
"type/TextLike": ["type/*"],
"type/Time": ["type/DateTime"],
"type/UNIXTimestamp": ["type/Integer", "type/DateTime"],
"type/UNIXTimestampMilliseconds": ["type/UNIXTimestamp"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment