From d273acc04ffeb1ff33c6e3465cfe7450b5d87788 Mon Sep 17 00:00:00 2001 From: Sakshi Bobade Date: Mon, 14 Oct 2024 17:19:57 +0530 Subject: [PATCH] Added comment to renam --- src/renderer/components/stages/Unpax.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/components/stages/Unpax.tsx b/src/renderer/components/stages/Unpax.tsx index 5be12b3..5e0fbc4 100644 --- a/src/renderer/components/stages/Unpax.tsx +++ b/src/renderer/components/stages/Unpax.tsx @@ -30,6 +30,7 @@ const Unpax = () => { // TODO: Display granular details of installation - downloading - unpacking - running zwe command + // Rename to Retrieve Schema and Yaml const [stageLabel] = useState(UNPAX_STAGE_LABEL); const [STAGE_ID] = useState(getStageDetails(stageLabel).id);