This commit is contained in:
EwelinaLasowy
2022-03-22 14:44:19 +01:00
parent fca0b0593c
commit 675687ebc8
11 changed files with 11 additions and 13 deletions

View File

@@ -140,4 +140,4 @@ defineProps({
holidays: Object,
can: Object,
})
</script>
</script>

View File

@@ -61,8 +61,7 @@
</template>
<script setup>
import { XIcon } from '@heroicons/vue/solid'
import { ExclamationIcon } from '@heroicons/vue/solid'
import { XIcon, ExclamationIcon } from '@heroicons/vue/solid'
defineProps({
errors: Object,

View File

@@ -7,7 +7,7 @@
Dostępne dni urlopu dla użytkowników
</h2>
<p class="mt-1 text-sm text-gray-500">
Zarządzaj dostepnymi dniami urlopów dla użytkowników.
Zarządzaj dostępnymi dniami urlopów dla użytkowników.
</p>
</div>
</div>