BUR-61 добавлена возможность сохранять и отображать current.value = null значений
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export type CurrentItem = {
|
||||
edge: string;
|
||||
tag: string;
|
||||
value: number;
|
||||
value: number | null;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
time: string;
|
||||
|
||||
Reference in New Issue
Block a user