1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

added tag deletion interface

This commit is contained in:
Fedor Katurov 2021-09-28 15:39:29 +07:00
parent 0a75feef8d
commit 04a7b28a53
16 changed files with 195 additions and 39 deletions

View file

@ -6,7 +6,7 @@ import { CallEffect } from 'redux-saga/effects';
import { AxiosResponse } from 'axios';
export interface ITag {
id: number;
ID: number;
title: string;
data: Record<string, string>;