Changed post to create in api.js. Removed capitalize text component in favor of css solution. Updates to empty list contents. Fixes padding on notifications list

This commit is contained in:
mabashian
2019-01-21 15:44:09 -05:00
parent 4f929c7052
commit 2c19a5a1d7
7 changed files with 25 additions and 40 deletions

View File

@@ -107,7 +107,7 @@ const OrganizationDetail = ({
)}
</I18n>
</CardHeader>
<CardBody>
<CardBody className="at-c-listCardBody">
<Switch>
<Route path={`${match.path}/delete-resources`} component={() => deleteResourceView()} />
<Route path={`${match.path}/add-resource`} component={() => addResourceView()} />