mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-10-13 13:58:05 +00:00
Add mariadb specific types (#425)
This commit is contained in:
@@ -26,7 +26,7 @@ import { isRtl } from "../i18n/utils/rtl";
|
||||
import { useSearchParams } from "react-router-dom";
|
||||
import { get } from "../api/gists";
|
||||
|
||||
export const IdContext = createContext({ gistId: "" });
|
||||
export const IdContext = createContext({ gistId: "", setGistId: () => {} });
|
||||
|
||||
export default function WorkSpace() {
|
||||
const [id, setId] = useState(0);
|
||||
|
Reference in New Issue
Block a user