mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
removed console.log
This commit is contained in:
parent
32a2a1dbbc
commit
8a4709103b
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ const TagInput: FC<IProps> = ({ exclude, onAppend, onClearTag, onSubmit }) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const items = prepareInput(value);
|
const items = prepareInput(value);
|
||||||
console.log(items);
|
|
||||||
|
|
||||||
if (items.length > 1) {
|
if (items.length > 1) {
|
||||||
onAppend(items.slice(0, items.length - 1));
|
onAppend(items.slice(0, items.length - 1));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue