Added update status to reducer.

This commit is contained in:
Patrick Fic
2020-10-22 21:12:21 -07:00
parent 658f45b476
commit 6929da6679
7 changed files with 40 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ export function JobGroupMolecule({ bodyshop, jobId, group, job }) {
<Dropdown overlay={menu} trigger={["click"]}>
<a href=" #" onClick={(e) => e.preventDefault()}>
{group}
<DownOutlined />
<DownOutlined style={{ marginLeft: ".2rem" }} />
{loading && <LoadingOutlined />}
</a>
</Dropdown>