fix hard mutes not working
This commit is contained in:
parent
54ad6438af
commit
6f8d831e09
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ const props = withDefaults(defineProps<{
|
|||
mutedClass?: string | string[] | Record<string, boolean> | (string | string[] | Record<string, boolean>)[];
|
||||
expandedClass?: string | string[] | Record<string, boolean> | (string | string[] | Record<string, boolean>)[];
|
||||
}>(), {
|
||||
withHardMute: false, // TODO check default
|
||||
withHardMute: true,
|
||||
mutedClass: undefined,
|
||||
expandedClass: undefined,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue