fix dashboard version
version number must be incremented by exactly 1 each time, or you get a "The dashboard has been modified by another user" error when you update the JSON model
This commit is contained in:
parent
4f15bc9d20
commit
b7fefdf1bb
1 changed files with 1 additions and 1 deletions
|
@ -1642,5 +1642,5 @@
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"title": "LBRY",
|
"title": "LBRY",
|
||||||
"uid": "zqY5GYO7k",
|
"uid": "zqY5GYO7k",
|
||||||
"version": 7
|
"version": 4
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue