Fix DocumentsTab conflict resolve mistake
This commit is contained in:
parent
13ee582ec1
commit
12772cb458
|
@ -2226,6 +2226,7 @@ export const DocumentsTabComponent: React.FunctionComponent<IDocumentsTabCompone
|
|||
</MessageBarBody>
|
||||
</MessageBar>
|
||||
)}
|
||||
{bulkDeleteProcess.hasBeenThrottled && (
|
||||
<MessageBar intent="warning">
|
||||
<MessageBarBody>
|
||||
<MessageBarTitle>Warning</MessageBarTitle>
|
||||
|
@ -2235,6 +2236,7 @@ export const DocumentsTabComponent: React.FunctionComponent<IDocumentsTabCompone
|
|||
</Link>
|
||||
</MessageBarBody>
|
||||
</MessageBar>
|
||||
)}
|
||||
</div>
|
||||
</ProgressModalDialog>
|
||||
)}
|
||||
|
|
Loading…
Reference in New Issue