6 lines
105 B
JavaScript
6 lines
105 B
JavaScript
|
export default {
|
||
|
shouldRender(args) {
|
||
|
return args.group.has_visible_data_explorer_queries;
|
||
|
},
|
||
|
};
|