Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
851875e8
Commit
851875e8
authored
9 years ago
by
Allen Gilliland
Browse files
Options
Downloads
Patches
Plain Diff
fix stale reference to card.isDirty() which was removed.
parent
1dc2b783
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/frontend_client/app/query_builder/query_mode_toggle.react.js
+1
-2
1 addition, 2 deletions
...ntend_client/app/query_builder/query_mode_toggle.react.js
with
1 addition
and
2 deletions
resources/frontend_client/app/query_builder/query_mode_toggle.react.js
+
1
−
2
View file @
851875e8
...
...
@@ -9,9 +9,8 @@ var QueryModeToggle = React.createClass({
},
render
:
function
()
{
// only render if the card is NEW && unmodified
// TODO:
@allen i'm not sure this is working
// TODO:
need to add in check for card.isDirty
if
(
this
.
props
.
card
.
id
!==
undefined
||
this
.
props
.
card
.
isDirty
()
||
!
this
.
props
.
card
.
dataset_query
)
{
return
false
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment