From f0ba7090df4c9a87bcc83d93f1b3646f4ee76d95 Mon Sep 17 00:00:00 2001 From: Philipp Stracker Date: Fri, 7 Feb 2025 12:08:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Rename=20an=20unrelated=20attrib?= =?UTF-8?q?ute?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/ppcp-settings/resources/js/data/styling/actions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ppcp-settings/resources/js/data/styling/actions.js b/modules/ppcp-settings/resources/js/data/styling/actions.js index e655e7424..9e1639c7f 100644 --- a/modules/ppcp-settings/resources/js/data/styling/actions.js +++ b/modules/ppcp-settings/resources/js/data/styling/actions.js @@ -63,10 +63,10 @@ export const setPersistent = ( prop, value ) => ( { /** * Transient. Changes the "ready-state" of the module. * - * @param {boolean} state Whether the store is ready to be used. + * @param {boolean} isReady Whether the store is ready to be used. * @return {Action} The action. */ -export const setIsReady = ( state ) => setTransient( 'isReady', state ); +export const setIsReady = ( isReady ) => setTransient( 'isReady', isReady ); /** * Thunk action creator. Triggers the persistence of store data to the server.