This commit is contained in:
2020-10-22 19:16:28 +00:00
parent 88b979b18e
commit 35b4cc7f88
2 changed files with 1 additions and 7 deletions

View File

@@ -3,12 +3,6 @@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
todo: when it's a general notification in the timeline the button to open the subscription should not be there since it goes to an uneditable default built in subscription
### MEDIUM ITEMS #######
todo: DataListFilter UI pretty shitty
error on duplicate
how to make a new filter?

View File

@@ -831,7 +831,7 @@ export default {
//clear any errors vm might be around from previous submit
window.$gz.form.deleteAllErrorBoxErrors(this);
try {
let res = await window.$gz.api.duplicate(url);
let res = await window.$gz.api.upsert(url);
vm.formState.loading = false;
if (res.error) {