From 1310901b03a6786d84ca46660267b5a83789a584 Mon Sep 17 00:00:00 2001
From: Philipp Stracker
Date: Wed, 5 Feb 2025 12:59:32 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Resolve=20a=20wp-components=20de?=
=?UTF-8?q?precation=20warning?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Components/ReusableComponents/Controls/ControlTextInput.js | 2 +-
.../Screens/Onboarding/Components/ManualConnectionForm.js | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/modules/ppcp-settings/resources/js/Components/ReusableComponents/Controls/ControlTextInput.js b/modules/ppcp-settings/resources/js/Components/ReusableComponents/Controls/ControlTextInput.js
index 37978c24e..43d246dda 100644
--- a/modules/ppcp-settings/resources/js/Components/ReusableComponents/Controls/ControlTextInput.js
+++ b/modules/ppcp-settings/resources/js/Components/ReusableComponents/Controls/ControlTextInput.js
@@ -10,7 +10,7 @@ const ControlTextInput = ( {
} ) => (
{
setToggled={ setManualConnectionMode }
>
{
) }