Skip to content

Commit ef51694

Browse files
committed
remove experimental tag from rich text
1 parent 260a452 commit ef51694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/notebooks-app.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ export class NotebooksApp extends LitElement {
356356
<br>
357357
<sl-radio-group label="Select a document type" name="documentType" value="markdown">
358358
<sl-radio-button value="markdown">Markdown</sl-radio-button>
359-
<sl-radio-button value="richtext">Rich Text (Experimental)</sl-radio-button>
359+
<sl-radio-button value="richtext">Rich Text</sl-radio-button>
360360
</sl-radio-group>
361361
</form>
362362
<div style="margin-top:10px;display:flex;justify-content:flex-end;width:400px">
@@ -532,7 +532,7 @@ export class NotebooksApp extends LitElement {
532532
<br>
533533
<sl-radio-group label="Select a document type" name="documentType" value="markdown">
534534
<sl-radio-button value="markdown">Markdown</sl-radio-button>
535-
<sl-radio-button value="richtext">Rich Text (Experimental)</sl-radio-button>
535+
<sl-radio-button value="richtext">Rich Text</sl-radio-button>
536536
</sl-radio-group>
537537
</form>
538538

0 commit comments

Comments
 (0)