Skip to content

Commit 1de712c

Browse files
authored
Added titleIcon to UserAddServiceAccount modal (#1825)
1 parent 2d26eb4 commit 1de712c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import api from "../../../common/api";
3333
import CodeMirrorWrapper from "../Common/FormComponents/CodeMirrorWrapper/CodeMirrorWrapper";
3434
import FormSwitchWrapper from "../Common/FormComponents/FormSwitchWrapper/FormSwitchWrapper";
3535
import InputBoxWrapper from "../Common/FormComponents/InputBoxWrapper/InputBoxWrapper";
36+
import { AccountIcon } from "../../../icons";
3637

3738
const styles = (theme: Theme) =>
3839
createStyles({
@@ -123,6 +124,7 @@ const AddUserServiceAccount = ({
123124
closeModalAndRefresh(null);
124125
}}
125126
title={`Create Service Account`}
127+
titleIcon={<AccountIcon />}
126128
>
127129
<form
128130
noValidate

0 commit comments

Comments
 (0)