Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: yash sharma <yashsharma2572@gmail.com>
  • Loading branch information
Yashsharma1911 committed Sep 17, 2023
1 parent f5d21b2 commit 91bf436
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions ui/components/Filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import { toggleCatalogContent, updateProgress } from "../lib/store";
import TableSortLabel from "@material-ui/core/TableSortLabel";
import dataFetch from "../lib/data-fetch";
import PromptComponent from "./PromptComponent";
import UploadImport from "./Modals/ImportModal";
import FullscreenIcon from '@material-ui/icons/Fullscreen';
import FullscreenExitIcon from '@material-ui/icons/FullscreenExit';
import { FILE_OPS, MesheryFiltersCatalog, VISIBILITY } from "../utils/Enum";
Expand Down Expand Up @@ -739,16 +738,6 @@ function MesheryFilters({ updateProgress, user, classes, selectedK8sContexts, ca
reader.readAsArrayBuffer(file);
}

function urlUploadHandler(link, _, metadata,) {

handleSubmit({
data : link,
name : "meshery_" + Math.floor(trueRandom() * 100),
type : FILE_OPS.URL_UPLOAD,
metadata : metadata
});
}

const columns = [
{
name : "name",
Expand Down

0 comments on commit 91bf436

Please sign in to comment.