BUR-61 добавлена возможность сохранять и отображать current.value = null значений

This commit is contained in:
Первов Артем
2026-07-05 21:43:32 +03:00
parent e396fbbb8a
commit 3d395aaa8d
5 changed files with 11 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
export type CurrentItem = {
edge: string;
tag: string;
value: number;
value: number | null;
createdAt: string;
updatedAt: string;
time: string;