This commit is contained in:
@@ -20,7 +20,9 @@ export default {
|
||||
//log it in case we need to see it in tech support
|
||||
window.$gz.store.commit(
|
||||
"logItem",
|
||||
`Error: open object url was not valid, missing type or invalid type ${op}`
|
||||
`Error: open object url was not valid, missing type or invalid type ${JSON.stringify(
|
||||
op
|
||||
)}`
|
||||
);
|
||||
return; //bail out, nothing to open here
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user