refactor(cli): remove duplication in interactive shell awaiting input hint (#24801)

This commit is contained in:
JAYADITYA
2026-04-08 05:06:44 +05:30
committed by GitHub
parent f96d5f98fe
commit 1aa798dd18

View File

@@ -331,7 +331,7 @@ export const StatusRow: React.FC<StatusRowProps> = ({
) : isInteractiveShellWaiting ? ( ) : isInteractiveShellWaiting ? (
<Box width="100%" marginLeft={LAYOUT.INDICATOR_LEFT_MARGIN}> <Box width="100%" marginLeft={LAYOUT.INDICATOR_LEFT_MARGIN}>
<Text color={theme.status.warning}> <Text color={theme.status.warning}>
! Shell awaiting input (Tab to focus) {INTERACTIVE_SHELL_WAITING_PHRASE}
</Text> </Text>
</Box> </Box>
) : ( ) : (