Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 0776560

Browse files
author
Shammamah Hossain
committed
Update basic modes to include markdown.
1 parent c7d1402 commit 0776560

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demo/AppMode.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ export const ReadWriteModes = [
4949

5050
export const BasicModes = [
5151
...ReadWriteModes,
52-
AppMode.ReadOnly
52+
AppMode.ReadOnly,
53+
AppMode.Markdown
5354
];
5455

5556
function getBaseTableProps(mock: IDataMock): Partial<IProps> {

0 commit comments

Comments
 (0)