Skip to content

Commit

Permalink
Merge pull request #772 from mozzy11/develop_3x
Browse files Browse the repository at this point in the history
add Loading import
  • Loading branch information
mozzy11 authored Mar 8, 2024
2 parents 53e677f + 9e14cb1 commit b6936ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/Reports/routine/HivTestSummary.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
Column,
Section,
Button,

Loading,
} from "@carbon/react";
import { FormattedMessage, useIntl } from 'react-intl';
import "../../Style.css";
Expand All @@ -17,7 +17,6 @@ import config from "../../../config.json";

const HivTestSummary = () => {
const intl = useIntl();

const [loading, setLoading] = useState(false);
const [notificationVisible, setNotificationVisible] = useState(false);
const [reportFormValues, setReportFormValues] = useState({
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/components/Reports/routine/StatisticsReport.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import {
Button,
Loading,
Dropdown,
DropdownItem
DropdownItem ,
Loading,
} from "@carbon/react";
import { FormattedMessage, useIntl } from 'react-intl';
import { getFromOpenElisServer } from "../../utils/Utils";
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/components/Reports/routine/SummaryOfAllTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
Column,
Section,
Button,

Loading,
}from "@carbon/react";
import { FormattedMessage, useIntl } from 'react-intl';
import "../../Style.css";
Expand All @@ -17,7 +17,6 @@ import config from "../../../config.json";

const SummaryOfAllTest = () => {
const intl = useIntl();

const [loading, setLoading] = useState(false);
const [notificationVisible, setNotificationVisible] = useState(false);
const [reportFormValues, setReportFormValues] = useState({
Expand Down

0 comments on commit b6936ca

Please sign in to comment.