v0.9.32 bugs fixes

This commit is contained in:
2026-03-15 23:44:52 -04:00
parent aed750e4ee
commit 161f4cec3a
6 changed files with 6 additions and 6 deletions

View File

@@ -222,7 +222,7 @@ function DirectMessagesTab({ allUserGroups, onRefresh, refreshKey }) {
const handleSave = async () => {
if (!dmName.trim()) return toast('Name required', 'error');
if (groupIds.size < 2) return toast('Select at least two user groups', 'error');
if (!selected && groupIds.size < 2) return toast('Select at least two user groups', 'error');
setSaving(true);
try {
if (selected) {