Skip to content

feat: create table view and add status dropdown component (EN-318)

David Chen requested to merge feat/create-table-view into dev

Summary

Application status can be updated through the Applications Table by applying a status from the status dropdown

Changes

  • Move StatusDropdown into its own component
  • Pass applicationId and accessToken into StatusDropdown
  • Send Patch Request With Status Dropdown to /applications:{applicationId}
Edited by Hamza

Merge request reports