chore: update message loader

This commit is contained in:
steven
2023-03-27 16:21:38 +08:00
parent b79e702b5f
commit ad56250e52
5 changed files with 339 additions and 16 deletions

View File

@ -130,6 +130,7 @@ const CreateConnectionModal = (props: Props) => {
Close
</button>
<button className="btn" disabled={isRequesting} onClick={handleCreateConnection}>
{isRequesting && <Icon.BiLoaderAlt className="w-4 h-auto animate-spin mr-1" />}
Save
</button>
</div>