Skip to content

Commit e5b1466

Browse files
committed
Dont parse float
1 parent 46bdb25 commit e5b1466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/static/app/js/components/ExportAssetPanel.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default class ExportAssetPanel extends React.Component {
9999
}
100100

101101
handleChangeResample = e => {
102-
this.setState({resample: parseFloat(e.target.value) || 0});
102+
this.setState({resample: e.target.value});
103103
}
104104

105105
getExportParams = (format) => {

0 commit comments

Comments
 (0)