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 1356e9ea9d7295d935f364e8085156ac72d39352
2 changes: 1 addition & 1 deletion src/incidents/list/ViewIncidents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const ViewIncidents = () => {
setButtonToolBar([
<Button
key="newIncidentButton"
outlined
outlined
color="success"
icon="add"
onClick={() => history.push('/incidents/new')}
Expand Down