Skip to content

Commit

Permalink
JS / Fix JS build warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Mar 18, 2024
1 parent ca47dac commit 439fb49
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions web-ui/src/main/resources/catalog/js/CatController.js
Original file line number Diff line number Diff line change
Expand Up @@ -1194,22 +1194,6 @@
collapsed: true
}
},
isPublishedToAll: {
terms: {
field: "isPublishedToAll",
size: 2
},
meta: {
decorator: {
type: "icon",
prefix: "fa fa-fw ",
map: {
false: "fa-lock",
true: "fa-lock-open"
}
}
}
},
groupPublishedId: {
terms: {
field: "groupPublishedId",
Expand Down

0 comments on commit 439fb49

Please sign in to comment.