Skip to content

Commit

Permalink
restore apply button in filters menu, yikes (#7701)
Browse files Browse the repository at this point in the history
<!-- Optional: Provide additional context (beyond the PR title). -->

<!-- Optional: link a GitHub issue.
Example: "Fixes #123" will auto-close #123 when the PR is merged. -->

**Related issues**: N/A
  • Loading branch information
jdhollen authored Oct 9, 2024
1 parent b658760 commit e10a872
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions enterprise/app/filter/filter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -554,11 +554,11 @@ export default class FilterComponent extends React.Component<FilterProps, State>
onChange={(e) => this.setState({ genericFilterString: e.target.value })}
/>
</div>
<div className="option-group-input">
<FilledButton onClick={this.handleFilterApplyClicked.bind(this)}>Apply</FilledButton>
</div>
</>
)}
<div className="option-group-input">
<FilledButton onClick={this.handleFilterApplyClicked.bind(this)}>Apply</FilledButton>
</div>
</div>
</form>
)}
Expand Down

0 comments on commit e10a872

Please sign in to comment.