mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fix(DataTable): cells type.
This commit is contained in:
7
src/common/cellTypes.js
Normal file
7
src/common/cellTypes.js
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
export const CellType = {
|
||||
Text: 'text',
|
||||
Field: 'field',
|
||||
Button: 'button'
|
||||
}
|
||||
Reference in New Issue
Block a user