Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuyaseki authored Dec 5, 2024
1 parent 8f74940 commit 0826adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/CodeEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const CodeEditor: React.FC<Props> = ({
<TextboxWithLabel
label="repository name"
onChanged={() => {}}
value={'gaudiy-monorepo'}
value=''
textBoxProps={{ readOnly: true }}
/>

Expand Down

0 comments on commit 0826adb

Please sign in to comment.