Skip to content

Commit

Permalink
fix: metadata basic filter permission (#6888)
Browse files Browse the repository at this point in the history
Co-authored-by: 杨国璇 <[email protected]>
  • Loading branch information
YangGuoXuan-0503 and 杨国璇 authored Oct 12, 2024
1 parent 747fd7d commit 5b24390
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class FilterPopover extends Component {
>
{({ scheduleUpdate }) => (
<div ref={ref => this.dtablePopoverRef = ref} onClick={this.onPopoverInsideClick} className={this.props.filtersClassName}>
<BasicFilters filters={basicFilters} onChange={this.onBasicFilterChange} viewType={viewType}/>
<BasicFilters readOnly={readOnly} filters={basicFilters} onChange={this.onBasicFilterChange} viewType={viewType}/>
<FormGroup className="filter-group-advanced filter-group mb-0">
<Label className="filter-group-name">{gettext('Advanced')}</Label>
<div className="filter-group-container">
Expand Down

0 comments on commit 5b24390

Please sign in to comment.