Skip to content
Snippets Groups Projects
Commit 6039c084 authored by Atte Keinänen's avatar Atte Keinänen
Browse files

Merge branch 'new-question-flow-p2' of https://github.com/metabase/metabase...

Merge branch 'new-question-flow-p2' of https://github.com/metabase/metabase into nqf-search-arrow-keys
parents 0a221b30 81a7557f
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,6 @@ export default class Metric extends Base {
}
isActive(): boolean {
return !!this.is_active
return !!this.is_active;
}
}
......@@ -20,6 +20,6 @@ export default class Segment extends Base {
}
isActive(): boolean {
return !!this.is_active
return !!this.is_active;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment