started adding toasts

This commit is contained in:
subnub
2024-07-19 03:32:21 -04:00
parent 1502edde70
commit 38f74c9bed
9 changed files with 188 additions and 98 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ export const restoreFolderAPI = async (folderID: string) => {
// DELETE
export const deleteFolder = async (folderID: string) => {
export const deleteFolderAPI = async (folderID: string) => {
const response = await axios.delete("/folder-service/remove", {
data: {
id: folderID,