fix: use lodash-es in the client (#41931)
This commit is contained in:
committed by
GitHub
parent
db369fbed1
commit
9be2fb9a10
@@ -2,7 +2,7 @@ import React, { Component } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { bindActionCreators } from 'redux';
|
||||
import { connect } from 'react-redux';
|
||||
import { find, first, values, isString } from 'lodash';
|
||||
import { find, first, values, isString } from 'lodash-es';
|
||||
import {
|
||||
Table,
|
||||
Button,
|
||||
|
Reference in New Issue
Block a user