-
Notifications
You must be signed in to change notification settings - Fork 9
Conversation
|
Hey @alongoni , seems that 'Filled' status is missing now in the Storybook |
@alongoni , nevermind. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just consider my observation.
src/api/operator/types.ts
Outdated
| 'open' | ||
| 'fullfilled' | ||
| 'cancelled' | ||
| 'cancelling' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As this cancelling
doesn't come from the API yet, maybe we can omit it or add a comment about it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great catch!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
Summary
Closes #843

Also I've added the "Cancelling" status following the suggestion from Elena (#612)
To Test