Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jeff
funkwhale
Commits
d949909c
Commit
d949909c
authored
Feb 21, 2022
by
Ciaran Ainsworth
Browse files
Fix additional linting issues
parent
d92d75f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
front/src/components/audio/Player.vue
View file @
d949909c
...
...
@@ -350,7 +350,7 @@ import url from '@/utils/url'
import
axios
from
'
axios
'
import
VolumeControl
from
'
./VolumeControl.vue
'
import
TrackFavoriteIcon
from
'
@/components/favorites/TrackFavoriteIcon.vue
'
import
TrackPlaylistIcon
from
'
@/components/playlists/TrackPlaylistIcon.vue
'
import
TrackPlaylistIcon
from
'
@/components/playlists/TrackPlaylistIcon.vue
'
export
default
{
components
:
{
...
...
front/src/components/common/ContentForm.vue
View file @
d949909c
...
...
@@ -144,7 +144,7 @@ export default {
const
response
=
await
axios
.
post
(
'
text-preview/
'
,
{
text
:
this
.
newValue
,
permissive
:
this
.
permissive
})
this
.
preview
=
response
.
data
.
rendered
}
catch
(
error
)
{
console
.
error
(
error
)
;
console
.
error
(
error
)
}
this
.
isLoadingPreview
=
false
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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