Improve IDAA BB post editing

This commit is contained in:
Scott Idem
2026-05-01 17:34:18 -04:00
parent 878ff91c30
commit 20bf1d94eb
8 changed files with 481 additions and 430 deletions

View File

@@ -22,7 +22,7 @@ export interface Post {
external_person_id?: null | string; // For IDAA this is the Novi UUID
user_id?: null | string;
topic_id?: string;
topic_id?: number;
topic?: string; // or topic_name?
topic_name?: string;