fix: remove props prefix from template
Some checks failed
continuous-integration/drone/push Build is failing

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

@ -8,7 +8,7 @@
required
:type="passwordFieldType"
autocomplete="current-password"
:tabindex="props.tabindex"
:tabindex="tabindex"
@keyup.enter="e => $emit('submit', e)"
@focusout="() => {validate(); validateAfterFirst = true}"
@keyup="() => {validateAfterFirst ? validate() : null}"

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