Skip to content

Commit

Permalink
Merge pull request #7 from jkyeung/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam authored Aug 3, 2022
2 parents 7c5527a + e9cf622 commit 288ec6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/schemaBrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ const getSchemaItems = (schema) => {
new SchemaItem(`Aliases`, `aliases`, schema, `symbol-reference`),
//new SchemaItem(`Column Masks`, `masks`, schema),
//new SchemaItem(`Constraints`, `constraints`, schema),
new SchemaItem(`Function`, `functions`, schema, `symbol-function`),
new SchemaItem(`Functions`, `functions`, schema, `symbol-function`),
new SchemaItem(`Global Variables`, `variables`, schema, `symbol-variable`),
new SchemaItem(`Indexes`, `indexes`, schema, `tag`),
//new SchemaItem(`Journal Receivers`, `receivers`, schema),
Expand Down Expand Up @@ -309,4 +309,4 @@ const moreButton = (schema, type) => {
};

return item;
}
}

0 comments on commit 288ec6d

Please sign in to comment.