Skip to content

Commit

Permalink
Remove non-working filter
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Jan 12, 2024
1 parent b9ff83c commit 0283849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Player/TableFilterForm/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -388,13 +388,13 @@ class TableFilterForm extends React.Component {
strict
limit={1}
/>
<CustomFormField
{/* <CustomFormField
name="role_id"
label={strings.heading_lane_role}
dataSource={roleList}
strict
limit={1}
/>
/> */}
<CustomFormField
name="lane_role"
label={strings.filter_lane_role}
Expand Down

0 comments on commit 0283849

Please sign in to comment.