mirror of
https://github.com/juherr/kill-the-news.git
synced 2026-06-20 22:03:48 +00:00
fix(admin): truncate spam titles + speed up table view
This commit is contained in:
@@ -48,6 +48,7 @@ export interface FeedList {
|
||||
export interface FeedListItem {
|
||||
id: string;
|
||||
title: string;
|
||||
description?: string;
|
||||
}
|
||||
|
||||
// Declare KVNamespace for TypeScript
|
||||
|
||||
Reference in New Issue
Block a user