mirror of
https://github.com/logto-io/logto.git
synced 2025-03-10 22:22:45 -05:00
fix: outline send button
This commit is contained in:
parent
734de70c38
commit
7a13e776d7
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ const SenderTester = ({ connectorType }: Props) => {
|
|||
htmlType="submit"
|
||||
disabled={submitting}
|
||||
title="admin_console.connector_details.send"
|
||||
type="primary"
|
||||
type="outline"
|
||||
/>
|
||||
</div>
|
||||
{showTooltip && (
|
||||
|
|
Loading…
Add table
Reference in a new issue