1
0

fix: remove props prefix from template

This commit is contained in:
Dominik Pschenitschni
2024-06-25 15:15:37 +02:00
committed by konrad
parent 9f375ecd7d
commit b224b331f5
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template>
<Loading
v-if="props.isLoading && !ganttBars.length || dayjsLanguageLoading"
v-if="isLoading && !ganttBars.length || dayjsLanguageLoading"
class="gantt-container"
/>
<div