refactor: address gemini review

This commit is contained in:
Jin 2026-03-10 00:12:09 +00:00
parent 7a6c888150
commit 109149a334

View File

@ -78,6 +78,7 @@ export default function PromptDialog() {
<FormTextBox
inputRef={answerRef}
currentValue={value} onChange={setValue}
readOnly={opts.current?.readOnly}
/>
</FormGroup>
</Modal>