diff --git a/admin/src/components/ActionButtons/index.js b/admin/src/components/ActionButtons/index.js index 019218a..ced5c85 100644 --- a/admin/src/components/ActionButtons/index.js +++ b/admin/src/components/ActionButtons/index.js @@ -1,6 +1,7 @@ import React, { useState } from 'react'; import styled from 'styled-components'; import { useDispatch } from 'react-redux'; +import { isEmpty } from 'lodash'; import { Button } from '@buffetjs/core'; import ConfirmModal from '../ConfirmModal'; import { exportAllConfig, importAllConfig } from '../../state/actions/Config'; @@ -22,8 +23,8 @@ const ActionButtons = ({ diff }) => { return ( -