this.uploadManifest(e.target.files)}
/>
}
{canImportManifest &&
}
{canDeleteManifest &&
this.showDeleteManifestModal(true)}
>
{__('Delete')}
)}
tooltipId="delete-manifest-button-tooltip"
tooltipText={this.disabledTooltipText()}
tooltipPlacement="top"
/>
}
}
primaryActionButtonContent={__('Delete')}
primaryActionButtonBsStyle="danger"
primaryAction={() => this.deleteManifest()}
secondaryActionButtonContent={__('Cancel')}
secondaryAction={() => this.showDeleteManifestModal(false)}
onHide={() => this.showDeleteManifestModal(false)}
accessibleName="deleteConfirmationDialog"
accessibleDescription="deleteConfirmationDialogContent"
/>