mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-11 10:46:52 +00:00
7 lines
281 B
Handlebars
7 lines
281 B
Handlebars
![]() |
<ConcurrencyTaskStateHandler @task={{this.hydrateEntityTask}}>
|
||
|
{{#if @options.component}}
|
||
|
{{component @options.component.name options=@options.component.options entity=this.hydratedEntity}}
|
||
|
{{else}}
|
||
|
{{yield this.hydratedEntity}}
|
||
|
{{/if}}
|
||
|
</ConcurrencyTaskStateHandler>
|