mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-05-18 20:38:14 +08:00
Update component names
This commit is contained in:
parent
2887a98e7d
commit
3c0b2b9739
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ import { useQuery } from "@tanstack/react-query";
|
|||
import { CircularProgress } from "@mui/material";
|
||||
import React from "react";
|
||||
|
||||
export default function EditItemModal(props: {
|
||||
export default function EditItemInstanceModal(props: {
|
||||
id: number;
|
||||
setOpen: React.Dispatch<React.SetStateAction<boolean>>;
|
||||
}) {
|
Loading…
Add table
Add a link
Reference in a new issue