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:
parent
fc7af59eb7
commit
34b5962eac
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user