Add run_template action
This commit is contained in:
parent
328e2e5df5
commit
1731de53a8
|
|
@ -660,10 +660,9 @@ class _RunTemplateDialogState extends State<RunTemplateDialog> {
|
|||
...widget.entities
|
||||
.map((entity) => Text(entity.listDisplayName))
|
||||
.toList(),
|
||||
SizedBox(height: 16),
|
||||
SizedBox(height: 8),
|
||||
DesignPicker(
|
||||
entityType: widget.entityType,
|
||||
label: localization.template,
|
||||
onSelected: (design) {
|
||||
_designId = design?.id ?? '';
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue