Renamed list to collection.

This commit is contained in:
Daniel
2022-06-23 16:24:08 +04:30
parent 27ddf1c54e
commit ceeb44901b
11 changed files with 88 additions and 65 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ const addItem = async (
name,
link,
tag,
list,
collection,
reFetch,
onExit,
SetLoader,
@@ -37,7 +37,7 @@ const addItem = async (
title: title,
link: link,
tag: tag,
list: list,
collection: collection,
date: dateCreated,
}),
headers: {