+ { sprintf( + 'Saving your changes will change your active theme to %1$s.', + theme?.name?.rendered + ) } +
+ ); + + const activateTheme = useActivateTheme(); + const onSave = async ( values ) => { + await activateTheme(); + return values; + }; + + return ( +