Skip to content

Commit

Permalink
fix(xo-web/sr): fix iso SR creation
Browse files Browse the repository at this point in the history
introduced by a5ad395
  • Loading branch information
fbeauchamp committed Nov 26, 2024
1 parent aecc5f6 commit 486cb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xo-web/src/xo-app/new/sr/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import ignoreErrors from 'promise-toolbox/ignoreErrors'
import includes from 'lodash/includes'
import info, { error } from 'notification'
import isEmpty from 'lodash/isEmpty'
import { isIPv6 } from 'is-ip'
import { v6 as isIPv6 } from 'is-ip'
import map from 'lodash/map'
import Page from '../../page'
import PropTypes from 'prop-types'
Expand Down

0 comments on commit 486cb5d

Please sign in to comment.