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 => {
|
.then(d => {
|
||||||
delete d.id;
|
delete d.id;
|
||||||
delete d.zId;
|
delete d.zId;
|
||||||
|
delete d.description;
|
||||||
setDetail(d);
|
setDetail(d);
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user