feat: restrict table input to json and excel
This commit is contained in:
parent
27ad67d027
commit
2d116ab61d
@ -41,6 +41,7 @@ class CreateTableForm extends Component {
|
||||
ref={this.tableFileInput}
|
||||
icon='file'
|
||||
style={{ width: '300px' }}
|
||||
accept=".xls,.xlsx,.json"
|
||||
/>
|
||||
|
||||
<div className='creatTableFormSubmitButtons'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user