mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
ReportsTable.vue make default not a function
This commit is contained in:
parent
38a6fbbed2
commit
862d8ecb82
@ -41,7 +41,7 @@ export default {
|
||||
ReportRow,
|
||||
},
|
||||
props: {
|
||||
reports: { type: Array, default: () => [] },
|
||||
reports: { type: Array, default: [] },
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user