Skip to content
Snippets Groups Projects

Resolve "Loading animation for timetable object select on left side of timetables"

1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -54,6 +54,7 @@ export default {
<!-- Search field for timetables -->
<v-text-field
search
dense
filled
rounded
clearable
@@ -62,7 +63,7 @@ export default {
:placeholder="$t('chronos.timetable.search')"
prepend-inner-icon="mdi-magnify"
hide-details="auto"
class="mb-2"
class="mb-3"
/>
<!-- Filter by timetable types -->
Loading