Skip to content

Commit be63886

Browse files
committed
fixed grid bug **btn
1 parent 0621ab2 commit be63886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py4web/utils/grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ def make_action_buttons(self, row):
11821182
# if None, no button
11831183
continue
11841184
if isinstance(btn, dict):
1185-
cat.append(self._make_action_button(*btn))
1185+
cat.append(self._make_action_button(**btn))
11861186
else:
11871187
cat.append(btn)
11881188

0 commit comments

Comments
 (0)