Skip to content

Commit dd142a3

Browse files
committed
Fixed React warning
1 parent 327bd49 commit dd142a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portal-ui/src/screens/Console/Users/DeleteMultipleServiceAccounts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU Affero General Public License
1515
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

17-
import React, { useState } from "react";
17+
import React from "react";
1818
import { connect } from "react-redux";
1919
import { DialogContentText } from "@mui/material";
2020
import { setErrorSnackMessage } from "../../../actions";

0 commit comments

Comments
 (0)