Skip to content

Commit 196fb46

Browse files
Fix issue of dialog flashing on status update
1 parent 70a7be8 commit 196fb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controls/listItemAttachments/ListItemAttachments.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ export class ListItemAttachments extends React.Component<IListItemAttachmentsPro
308308
</div>
309309
);
310310
})}
311-
{
311+
{ !this.state.hideDialog &&
312312

313313
<Dialog
314314
hidden={this.state.hideDialog}

0 commit comments

Comments
 (0)