Commit fd50f01
committed
api: Fix resetting a query title
When removing a query title, make sure it's represented as null in the
database, and not as an empty string. Otherwise it'll be impossible to
click in the various lists and otherwise break stuff.
Change-Id: I8f4d22d99e9a692105c23a9ad40214eb52923a611 parent d0cbbb2 commit fd50f01
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
| |||
0 commit comments