Skip to content

Commit

Permalink
Temp fix for linter error on unused variable
Browse files Browse the repository at this point in the history
It's a Vue component used in the template
  • Loading branch information
stefanw committed Mar 6, 2025
1 parent 0cc6304 commit c202a3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/javascript/components/postupload/post-upload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { guardBeforeunload, scrollNavIntoViewIfNecessary } from '../../lib/misc'
import { vBsTooltip } from '../../lib/vue-bootstrap'
import { useIsDesktop } from '../../lib/vue-helpers-layout'
import Room from '../../lib/websocket.ts'
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import OnlineHelp from './online-help.vue'
const props = defineProps({
Expand Down

0 comments on commit c202a3b

Please sign in to comment.