Browse Source

Add title to RegionList

pull/1899/head
Hironsan 2 years ago
parent
commit
49ae379f42
1 changed files with 1 additions and 0 deletions
  1. 1
      frontend/components/tasks/image/RegionList.vue

1
frontend/components/tasks/image/RegionList.vue

@ -1,5 +1,6 @@
<template>
<v-card>
<v-card-title class="pb-0">Regions</v-card-title>
<v-list dense>
<v-list-item-group v-model="model">
<v-list-item

Loading…
Cancel
Save