fix(xo-web/backup/health): missing noop function (#5126)

Introduced by committing a suggestion https://github.com/vatesfr/xen-orchestra/pull/5062#discussion_r446135166 
without taking into account that the `noop` function is not already defined.
This commit is contained in:
Rajaa.BARHTAOUI 2020-07-02 15:05:55 +02:00 committed by GitHub
parent fc7af59eb7
commit 34b5962eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ import NoObjects from 'no-objects'
import React from 'react'
import renderXoItem, { BackupJob, Vm } from 'render-xo-item'
import SortedTable from 'sorted-table'
import { addSubscriptions, connectStore } from 'utils'
import { addSubscriptions, connectStore, noop } from 'utils'
import { Card, CardHeader, CardBlock } from 'card'
import { Container, Row, Col } from 'grid'
import { confirm } from 'modal'