Implement plan to remove public toggle

This commit is contained in:
gpt-engineer-app[bot]
2025-10-15 19:48:19 +00:00
parent 625ba1a8e2
commit c79658b3e5
5 changed files with 17 additions and 30 deletions

View File

@@ -46,7 +46,6 @@ export interface TimelineEvent {
to_location_id?: string;
// Metadata
is_public: boolean;
display_order: number;
created_by?: string;
approved_by?: string;
@@ -73,8 +72,6 @@ export interface TimelineEventFormData {
to_entity_id?: string;
from_location_id?: string;
to_location_id?: string;
is_public?: boolean;
}
/**