Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Jul 16, 2024
1 parent c18b17c commit 390f56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/MuffinResourceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function MuffinListToolbar() {
help,
list: { create },
} = useMuffinResourceOpts()
const actions = baseActions.filter((a) => a.view.includes("list"))
const actions = baseActions.filter((a) => a.view?.includes("list"))
return (
<TopToolbar>
{help && <HelpLink href={help} />}
Expand Down

0 comments on commit 390f56a

Please sign in to comment.