From f04fc5f575c22e8d6301c5586a5bd07fe5314a6d Mon Sep 17 00:00:00 2001 From: cracklesparkle Date: Thu, 19 Dec 2024 17:52:22 +0900 Subject: [PATCH] Remove unused settings icon; Update .env.example --- .env.example | 6 +----- client/src/components/map/MapComponent.tsx | 6 +----- ems/.env.example | 0 3 files changed, 2 insertions(+), 10 deletions(-) create mode 100644 ems/.env.example diff --git a/.env.example b/.env.example index ee37e39..009c96d 100644 --- a/.env.example +++ b/.env.example @@ -7,8 +7,4 @@ POSTGRES_USER=ems POSTGRES_PASSWORD= POSTGRES_PORT=5432 EMS_PORT=5000 -MONITOR_PORT=1234 -CLICKHOUSE_DB=test_db -CLICKHOUSE_USER=test_user -CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=1 -CLICKHOUSE_PASSWORD= \ No newline at end of file +MONITOR_PORT=1234 \ No newline at end of file diff --git a/client/src/components/map/MapComponent.tsx b/client/src/components/map/MapComponent.tsx index da04941..f6033e7 100644 --- a/client/src/components/map/MapComponent.tsx +++ b/client/src/components/map/MapComponent.tsx @@ -23,7 +23,7 @@ import useSWR, { SWRConfiguration } from 'swr' import { fetcher } from '../../http/axiosInstance' import { BASE_URL } from '../../constants' import { ActionIcon, Autocomplete, Box, CloseButton, Flex, Select as MantineSelect, MantineStyleProp, rem, useMantineColorScheme, Portal, Menu, Button, Group, Divider, LoadingOverlay } from '@mantine/core' -import { IconBoxMultiple, IconChevronDown, IconPlus, IconSearch, IconSettings, IconUpload } from '@tabler/icons-react' +import { IconBoxMultiple, IconChevronDown, IconPlus, IconSearch, IconUpload } from '@tabler/icons-react' import { getGridCellPosition } from './mapUtils' import { IFigure, ILine } from '../../interfaces/gis' import axios from 'axios' @@ -937,10 +937,6 @@ const MapComponent = () => { - - - - diff --git a/ems/.env.example b/ems/.env.example new file mode 100644 index 0000000..e69de29