Change a lot to make it work

This commit is contained in:
Pranav
2025-05-09 11:52:11 -07:00
parent d024120afd
commit fb5cf32734
6 changed files with 177 additions and 199 deletions
@@ -8,12 +8,12 @@ import { useUISettings } from 'dashboard/composables/useUISettings';
const props = defineProps({
conversationId: {
type: [Number, String],
required: true,
type: [Number, String, null],
default: null,
},
conversationInboxType: {
type: String,
required: true,
default: '',
},
});