Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
petitminion
funkwhale
Commits
57d64890
Commit
57d64890
authored
Dec 22, 2021
by
Marcos Peña
Committed by
JuniorJPDJ
Dec 22, 2021
Browse files
Fix moderation user request list crash (#1645)
parent
91f9b3af
Changes
1
Hide whitespace changes
Inline
Side-by-side
front/src/views/admin/moderation/RequestsList.vue
View file @
57d64890
...
@@ -105,7 +105,7 @@
...
@@ -105,7 +105,7 @@
<user-request-card
<user-request-card
v-for=
"obj in result.results"
v-for=
"obj in result.results"
:key=
"obj.uuid"
:key=
"obj.uuid"
:obj=
"obj"
:
init-
obj=
"obj"
@
handled=
"fetchData"
@
handled=
"fetchData"
/>
/>
<div
class=
"ui center aligned basic segment"
>
<div
class=
"ui center aligned basic segment"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment