add InlineButton to forms

This commit is contained in:
Alexander Kalinovsky
2025-02-05 19:00:29 +01:00
parent 873e74f1ba
commit e24f9e0f79
3 changed files with 17 additions and 3 deletions

View File

@@ -16,4 +16,5 @@ from .model.descriptors import (
CommandCallbackContext as CommandCallbackContext,
CommandButton as CommandButton,
FieldEditButton as FieldEditButton,
InlineButton as InlineButton,
)