Fix issue with viewV2 renaming
This commit is contained in:
parent
f5e5a883cf
commit
19ca7e4a0a
|
@ -54,7 +54,8 @@ export function createViewsV2Store() {
|
||||||
}
|
}
|
||||||
|
|
||||||
const save = async view => {
|
const save = async view => {
|
||||||
const savedView = await API.viewV2.update(view)
|
const res = await API.viewV2.update(view)
|
||||||
|
const savedView = res?.data
|
||||||
|
|
||||||
// Update tables
|
// Update tables
|
||||||
tables.update(state => {
|
tables.update(state => {
|
||||||
|
|
Loading…
Reference in New Issue