mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-15 02:39:46 +08:00
Fix unit test
This commit is contained in:
@@ -58,7 +58,7 @@ export default class FilterGroup extends Vue {
|
||||
@Prop()
|
||||
readonly group!: Group
|
||||
|
||||
model = false
|
||||
model = this.group.model
|
||||
selected: string | null = null
|
||||
|
||||
created() {
|
||||
|
||||
Reference in New Issue
Block a user