Fixed the issue of merging the renderingIssue branch
This commit is contained in:
@@ -11,11 +11,13 @@ Shuffle Automation
|
||||
|
||||
[Shuffle](https://shuffler.io) is an automation platform for and by the community, focusing on accessibility for anyone to automate. Security operations is complex, but it doesn't have to be.
|
||||
|
||||
[ Get training ](https://shuffler.io/training)
|
||||
[_Key Features_](https://shuffler.io/docs/features) —
|
||||
[_Community & Support_](https://discord.gg/B2CBzUm) —
|
||||
[_Documentation_](https://shuffler.io/docs) —
|
||||
[_Getting Started_](https://shuffler.io/docs/getting_started) —
|
||||
[_Development_](https://github.com/shuffle/Shuffle/blob/master/.github/CONTRIBUTING.md)
|
||||
[ Set up a demo call ](https://shuffler.io/contact)
|
||||
|
||||
Follow us on Twitter at [@shuffleio](https://twitter.com/shuffleio).
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ import ReactGA from "react-ga4";
|
||||
import { Link } from "react-router-dom";
|
||||
import { removeQuery } from "../components/ScrollToTop.jsx";
|
||||
import { useMemo } from "react";
|
||||
|
||||
import { Tabs, Tab, Collapse } from "@mui/material";
|
||||
import ExpandMoreIcon from "@mui/icons-material/ExpandMore";
|
||||
import ExpandLessIcon from "@mui/icons-material/ExpandLess";
|
||||
@@ -33,10 +32,8 @@ import {
|
||||
ClearRefinements,
|
||||
connectStateResults
|
||||
} from "react-instantsearch-dom";
|
||||
|
||||
import aa from "search-insights";
|
||||
import { useLocation } from 'react-router-dom';
|
||||
|
||||
import "./FilterCSS.css";
|
||||
|
||||
import {
|
||||
@@ -158,7 +155,6 @@ const AppGrid = (props) => {
|
||||
const handleSearch = () => {
|
||||
refine(searchQuery.trim());
|
||||
};
|
||||
|
||||
return (
|
||||
<form noValidate action="" role="search">
|
||||
<TextField
|
||||
|
||||
+1598
-1685
File diff suppressed because it is too large
Load Diff
@@ -194,7 +194,7 @@ const AppGrid = props => {
|
||||
// Don't return anything unless refinement works
|
||||
return null
|
||||
}
|
||||
|
||||
|
||||
return (
|
||||
<form noValidate action="" role="search">
|
||||
{onlyResults !== true ?
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user