feat: restrict table input to json and excel

This commit is contained in:
ysandler 2020-08-07 13:54:25 -05:00 committed by Joshua Shoemaker
parent 27ad67d027
commit 2d116ab61d

View File

@ -41,6 +41,7 @@ class CreateTableForm extends Component {
ref={this.tableFileInput}
icon='file'
style={{ width: '300px' }}
accept=".xls,.xlsx,.json"
/>
<div className='creatTableFormSubmitButtons'>