Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
get titleToShow() {
return common.getTitle(this.title, this.schema.title)
}
get className() {
get titleToShow() {
return common.getTitle(this.title, this.schema.title)
}
get titleToShow() {
return common.getTitle(this.title, this.schema.title)
}
get className() {
get titleToShow() {
return common.getTitle(this.title, this.schema.title)
}
get options() {
get titleToShow() {
return common.getTitle(this.title, this.schema.title)
}
get options() {
get titleToShow() {
return common.getTitle(this.title, this.schema.title)
}
get className() {
private get titleToShow() {
return common.getTitle(this.props.title, this.props.schema.title)
}
private get options() {
private get titleToShow() {
return common.getTitle(this.props.title, this.props.schema.title)
}
get titleToShow() {
if (this.hasDeleteButton) {
return common.getTitle(common.findTitle(this.value, this.properties), this.title, this.schema.title)
}
return common.getTitle(this.title, this.schema.title)
}
get showFilter() {