This commit is contained in:
@@ -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?
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user