Open justinbmeyer opened 3 years ago
{{#if this.organizationsPromise.isResolved}} <select value:from="this.originOrganizationId" on:change="this.change()"> <option value="">All</option> {{# for(shipment of this.organizationsPromise.value.origins) }} <option value="{{shipment.id}}">{{shipment.name}}</option> {{/for}} </select> {{/if}}