mirror of
https://github.com/openziti/zrok.git
synced 2025-06-20 17:58:50 +02:00
suppress frontend description (for now) (#834)
This commit is contained in:
parent
4ec40eb589
commit
3261c4cbaf
@ -29,6 +29,7 @@ const AccessPanel = ({ access }: AccessPanelProps) => {
|
||||
.then(d => {
|
||||
delete d.id;
|
||||
delete d.zId;
|
||||
delete d.description;
|
||||
setDetail(d);
|
||||
})
|
||||
.catch(e => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user