Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 213 Bytes

flow.md

File metadata and controls

8 lines (8 loc) · 213 Bytes
sequenceDiagram
    Caller ->>+ API: FormReference
    API ->>+ Modal Form: FormReference
    Modal Form ->> Modal Form: Display form
    Modal Form ->> API: On submit
    API ->> Caller: On submit
Loading