Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Jul 16, 2024
2 parents 3d5619a + fc6e363 commit 875e866
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "muffin-admin",
"version": "3.12.1",
"version": "3.12.2",
"description": "NPM package for https://github.com/klen/muffin-admin",
"files": [
"src",
Expand Down
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "muffin-admin"
version = "3.12.1"
version = "3.12.2"
description = "Admin interface for Muffin Framework"
readme = "README.rst"
license = "MIT"
Expand Down

0 comments on commit 875e866

Please sign in to comment.