Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Fix user login #2987

Closed
wants to merge 16 commits into from
Prev Previous commit
Next Next commit
Update ViewIncidents.tsx
  • Loading branch information
xhefribala committed Sep 9, 2022
commit f9fe029c90d4427d3859325c7da861d2ef10717b
3 changes: 2 additions & 1 deletion src/incidents/list/ViewIncidents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ const ViewIncidents = () => {
setButtonToolBar([
<Button
key="newIncidentButton"
outlined color="success"
outlined
color="success"
icon="add"
onClick={() => history.push('/incidents/new')}
>
Expand Down