mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-27 10:52:41 +03:00
fix: remove log to console
This commit is contained in:
parent
13f43f05d1
commit
97bf545acd
@ -209,7 +209,7 @@ const Dropdown = ({ open, setOpen, tags, value, handleAdd, handleRemove }) => {
|
||||
|
||||
React.useEffect(async () => {
|
||||
const results = await Actions.getTagsByUserId();
|
||||
console.log(results.tags);
|
||||
|
||||
setAllTagsOnSlate(results.tags);
|
||||
setLoadingStatus(true);
|
||||
}, []);
|
||||
|
Loading…
Reference in New Issue
Block a user