Add designs templates
This commit is contained in:
parent
589e9483a4
commit
bd1d619604
|
|
@ -420,15 +420,15 @@ class _ClientPdfViewState extends State<ClientPdfView> {
|
|||
child: isDesktop(context)
|
||||
? Row(
|
||||
children: [
|
||||
datePicker,
|
||||
SizedBox(width: 16),
|
||||
statusPicker,
|
||||
SizedBox(width: 16),
|
||||
if (hasDesignTemplatesForEntityType(
|
||||
state.designState.map, EntityType.client)) ...[
|
||||
designPicker,
|
||||
SizedBox(width: 16),
|
||||
],
|
||||
datePicker,
|
||||
SizedBox(width: 16),
|
||||
statusPicker,
|
||||
SizedBox(width: 16),
|
||||
sectionPicker,
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue