fix: lint

This commit is contained in:
kolaente 2022-01-18 23:12:16 +01:00
parent 4a290214c0
commit 0548649257
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
</template>
<script lang="ts" setup>
import {computed, PropType, shallowRef} from 'vue'
import {computed, shallowRef} from 'vue'
import {useI18n} from 'vue-i18n'
import SubscriptionService from '@/services/subscription'
@ -40,7 +40,7 @@ const props = defineProps({
required: true,
validator(value) {
return value instanceof SubscriptionModel || value === null
}
},
},
entityId: {
required: true,