🐛 Forgot console.log
This commit is contained in:
parent
a979438a5f
commit
b9afc7f2f2
@ -108,7 +108,6 @@ export default class DepositDocument extends React.Component<IProps, IState> {
|
||||
}
|
||||
|
||||
public override componentDidMount(): void {
|
||||
console.log(this.props.defaultFiles);
|
||||
if (this.props.defaultFiles) {
|
||||
this.setState({
|
||||
files: this.props.defaultFiles.map((file) => ({
|
||||
|
Loading…
x
Reference in New Issue
Block a user