Skip to content
Snippets Groups Projects
table.js 96 B
Newer Older
  • Learn to ignore specific revisions
  • export function isQueryable(table) {
        return table.visibility_type == null;
    }