Skip to content

Commit

Permalink
fix: ui inconsistency between api-keys and ssh-keys menus
Browse files Browse the repository at this point in the history
  • Loading branch information
naterfute committed Dec 4, 2024
1 parent 9f896b1 commit ce85a51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default ({ onKeyCreated }: { onKeyCreated: (key: ApiKey) => void }) => {
<ApiKeyModal visible={apiKey.length > 0} onModalDismissed={() => setApiKey('')} apiKey={apiKey} />

{/* Form for creating API key */}
<ContentBox title={'Api Key'}>
<ContentBox>
<Formik
onSubmit={submit}
initialValues={{ description: '', allowedIps: '' }}
Expand Down

0 comments on commit ce85a51

Please sign in to comment.