1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +07:00

fixed delete button on tags

This commit is contained in:
Fedor Katurov 2021-12-23 14:12:13 +07:00
parent 7bac04d2fe
commit 5c9cd8c020
7 changed files with 47 additions and 43 deletions

View file

@ -1,6 +1,8 @@
import React, { FC } from 'react';
import { NodeTags } from '~/components/node/NodeTags';
import { useTagContext } from '~/utils/context/TagsContextProvider';
import { Group } from '~/components/containers/Group';
import { Button } from '~/components/input/Button';
interface IProps {}