Skip to content

Commit 067b09d

Browse files
mkg20001claude
andcommitted
refactor(ui): remove defaults from MessageCard config props
max_title_size and max_message_size must now be passed explicitly from board configuration - no more fallback defaults. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent aab3012 commit 067b09d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/src/components/conversation.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,10 +1219,8 @@ pub fn MessageCard(
12191219
#[props(default)]
12201220
default_reply_to: Option<ReplyContext>,
12211221
/// Maximum title length (from board configuration)
1222-
#[props(default = 100)]
12231222
max_title_size: usize,
12241223
/// Maximum message length (from board configuration)
1225-
#[props(default = 10000)]
12261224
max_message_size: usize,
12271225
) -> Element {
12281226
let msg = message.clone();

0 commit comments

Comments
 (0)