Skip to content

Commit c051bfc

Browse files
committed
fix: output element has no readonly attribute (astro check)
1 parent 518f4b2 commit c051bfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/neural.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import Base from "../layouts/Base.astro"
3333
</div>
3434

3535
<label for="output">Output</label>
36-
<output id="output" dir="auto" readonly></output>
36+
<output id="output" dir="auto"></output>
3737
<p id="confidence" class="muted" hidden></p>
3838
</section>
3939
</Base>

0 commit comments

Comments
 (0)