This commit is contained in:
Vanessa 2023-01-16 00:00:53 +08:00
parent 968bcd433e
commit 62cf6411a0
7 changed files with 14 additions and 15 deletions

View file

@ -111,4 +111,4 @@ export const renameTag = (labelName: string) => {
btnsElement[1].addEventListener("click", () => {
fetchPost("/api/tag/renameTag", {oldLabel: labelName, newLabel: inputElement.value});
});
}
};