[web] Rename component

This commit is contained in:
Alain Nussbaumer
2025-02-16 15:36:31 +01:00
parent 3091290677
commit 05b0def840
2 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ import ModalDialog from '@/components/ModalDialog.vue'
import webapi from '@/webapi'
export default {
name: 'ModalDialogAddUrlStream',
name: 'ModalDialogAddStream',
components: { ModalDialog },
props: { show: Boolean },
emits: ['close'],