mirror of
https://github.com/zadam/trilium.git
synced 2026-05-05 17:57:34 +02:00
Revert "feat(etapi): resolve suggestions for norms from gemini"
This reverts commit 0650be664d.
This commit is contained in:
@@ -56,10 +56,10 @@ export interface RevisionPojo {
|
||||
|
||||
export interface RecentChangeRow {
|
||||
noteId: string;
|
||||
currentIsDeleted: boolean;
|
||||
currentDeleteId: string;
|
||||
currentTitle: string;
|
||||
currentIsProtected: boolean;
|
||||
current_isDeleted: boolean;
|
||||
current_deleteId: string;
|
||||
current_title: string;
|
||||
current_isProtected: boolean;
|
||||
title: string;
|
||||
utcDate: string;
|
||||
date: string;
|
||||
|
||||
Reference in New Issue
Block a user