Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
austenem committed Oct 15, 2024
1 parent 790ef43 commit 2cc9bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG-add-access-levels.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Add access levels to processed dataset helper panels.
- Add access levels to processed dataset helper panels.
- Use relevant access levels when determining whether or not to show workspace buttons on dataset detail pages.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ function HelperPanelHeader() {

function HelperPanelStatus() {
const currentDataset = useCurrentDataset();

if (!currentDataset) {
return null;
}
Expand Down

0 comments on commit 2cc9bf7

Please sign in to comment.