Skip to content

Commit

Permalink
suppress frontend description (for now) (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquigley committed Feb 5, 2025
1 parent 4ec40eb commit 3261c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/AccessPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const AccessPanel = ({ access }: AccessPanelProps) => {
.then(d => {
delete d.id;
delete d.zId;
delete d.description;
setDetail(d);
})
.catch(e => {
Expand Down

0 comments on commit 3261c4c

Please sign in to comment.