mirror of
https://github.com/zhigang1992/docz.git
synced 2026-04-29 01:45:54 +08:00
feat(docz): render [Empty String] on PropsTable (#427)
* Updates the PropsTable to render '[Empty String]' instead of nothing. * Add the code to print [No Default]
This commit is contained in:
committed by
Pedro Nauck
parent
a8e0350767
commit
10a3eda89d
@@ -12,7 +12,7 @@ export interface StylesMap {
|
||||
|
||||
const styles: StylesMap = {
|
||||
thead: {
|
||||
textAlign: 'left'
|
||||
textAlign: 'left',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user