hound fix

This commit is contained in:
Giga Chubinidze 2024-01-04 02:57:14 +04:00
parent e304ad8ee6
commit e0003e0789

View file

@ -24,7 +24,7 @@
</div>
</template>
<script>
export default {
export default {
name: 'editLaunchingApplicationModal',
props: {
fileName: String, application: String
@ -40,5 +40,5 @@ export default {
$(this.$refs.modal).modal('hide');
}
}
}
}
</script>