Added titleIcon to UserAddServiceAccount modal (#1825)

This commit is contained in:
jinapurapu
2022-04-11 14:15:20 -07:00
committed by GitHub
parent 2d26eb4a70
commit 1de712c099

View File

@@ -33,6 +33,7 @@ import api from "../../../common/api";
import CodeMirrorWrapper from "../Common/FormComponents/CodeMirrorWrapper/CodeMirrorWrapper";
import FormSwitchWrapper from "../Common/FormComponents/FormSwitchWrapper/FormSwitchWrapper";
import InputBoxWrapper from "../Common/FormComponents/InputBoxWrapper/InputBoxWrapper";
import { AccountIcon } from "../../../icons";
const styles = (theme: Theme) =>
createStyles({
@@ -123,6 +124,7 @@ const AddUserServiceAccount = ({
closeModalAndRefresh(null);
}}
title={`Create Service Account`}
titleIcon={<AccountIcon />}
>
<form
noValidate