List layout (#154)
* source layouts * list layout Co-authored-by: Aria Moradi <aria.moradi007@gmail.com>
This commit is contained in:
@@ -146,6 +146,16 @@ function dispalyTab(currentTab: number) {
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
<FormControlLabel
|
||||
label="list"
|
||||
control={(
|
||||
<Radio
|
||||
name="2"
|
||||
checked={options.gridLayout === 2}
|
||||
onChange={setGridContextOptions}
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
BADGES
|
||||
<FormControlLabel
|
||||
label="Unread Badges"
|
||||
|
||||
Reference in New Issue
Block a user