Skip to content

Commit

Permalink
hotfix for debounce
Browse files Browse the repository at this point in the history
  • Loading branch information
20Alexanderxx authored Sep 18, 2023
1 parent ac8aafd commit 284f0f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/AdditionalBuildersDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
+ This project is released under the MIT license. +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

import React, {useEffect, useState, useDebouncedState} from 'react';
import React, {useEffect, useState} from 'react';
import {Button, Checkbox, Group, Input, Loader, NativeSelect, Textarea} from "@mantine/core";
import {BsFillPersonFill} from "react-icons/bs";
import axios from "axios";
import {showNotification} from "@mantine/notifications";
import {useModals} from "@mantine/modals";
import {useDebouncedState} from '@mantine/hooks';

const AdditionalBuildersDialog = ({regionId, keycloak, onUsers}) => {
const modals = useModals();
Expand Down

0 comments on commit 284f0f6

Please sign in to comment.