Skip to content

Commit 0dcbbfc

Browse files
committed
fixed grid import ActionButton
1 parent 86c7f21 commit 0dcbbfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/_dashboard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
)
2929
from py4web.core import DAL, Fixture, Reloader, Session, dumps, error_logger, safely
3030
from py4web.utils.factories import ActionFactory
31-
from py4web.utils.grid import Button, Grid
31+
from py4web.utils.grid import ActionButton, Grid
3232
from yatl.helpers import A
3333

3434
from .diff2kryten import diff2kryten

0 commit comments

Comments
 (0)