Skip to content

Commit

Permalink
fix(com-pwa/order-list): state machine id
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Mar 17, 2023
1 parent e7435c8 commit cc524b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uniquely/com-pwa/src/ui/page/order-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class AlwatrPageOrderList extends UnresolvedMixin(LocalizeMixin(SignalMix
`;

private _stateMachine = new FiniteStateMachineController(this, {
id: 'fsm-order-list-' + this.ali,
id: 'order_list_' + this.ali,
initial: 'pending',
context: {
orderStorage: <AlwatrDocumentStorage<Order> | null>null,
Expand Down

0 comments on commit cc524b8

Please sign in to comment.