Skip to content

Commit

Permalink
fix FlatListItemOptions property name
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenDing authored and AllenDing committed Jul 2, 2024
1 parent 05d1401 commit 16e7ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/schedules/ScheduleOverrideList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export default function ScheduleOverrideList({ scheduleID }) {
userID={n.addUser ? n.addUser.id : n.removeUser.id}
/>
),
action: (
secondaryAction: (
<OtherActions
actions={[
{
Expand Down

0 comments on commit 16e7ae6

Please sign in to comment.