Skip to content

Commit ca8c752

Browse files
revert unnucessary change
1 parent 196fb46 commit ca8c752

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/controls/listItemAttachments/ListItemAttachments.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ export class ListItemAttachments extends React.Component<IListItemAttachmentsPro
158158
*/
159159
private _onAttachmentUpload = async (file: File) => {
160160
// load Attachments
161-
this.setState({
162-
fireUpload: false,
163-
});
164-
165161
if(!this.state.itemId){
166162
let files = this.state.filesToUpload || [];
167163
files.push(file);

0 commit comments

Comments
 (0)