mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(console): connector guide should not have sub title (#1471)
This commit is contained in:
parent
e7dada812f
commit
8009d9bd57
1 changed files with 1 additions and 2 deletions
|
@ -96,8 +96,7 @@ const Guide = ({ connector, onClose }: Props) => {
|
|||
<FormProvider {...methods}>
|
||||
<form onSubmit={onSubmit}>
|
||||
<Step
|
||||
title="Enter your json here"
|
||||
subtitle="Lorem ipsum dolor sit amet, consectetuer adipiscing elit."
|
||||
title={t('connector_details.edit_config_label')}
|
||||
index={0}
|
||||
activeIndex={0}
|
||||
buttonText="admin_console.connectors.save_and_done"
|
||||
|
|
Loading…
Reference in a new issue