Add new “isLoading” state for the ToggleBlock

This commit is contained in:
Philipp Stracker 2024-11-04 18:50:39 +01:00
parent 72fea4ee9c
commit e8c9a53441
No known key found for this signature in database
2 changed files with 17 additions and 3 deletions

View file

@ -140,6 +140,7 @@ const WelcomeForm = ( { setCompleted } ) => {
description={ advancedUsersDescription }
isToggled={ !! isManualConnectionMode }
setToggled={ setManualConnectionMode }
isLoading={ isManualConnectionBusy }
>
<DataStoreControl
control={ TextControl }