Skip to content

Commit

Permalink
refactor: add css class to route importer component
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Nov 5, 2021
1 parent 9d47a0e commit 872f1ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
:color="roundtripActive ? 'primary' : 'default'"></map-form-btn>
</v-flex>
<v-flex :class="{'high-resolution': $highResolution}" v-if="isEnabled('routeImporter')">
<route-importer @contentUploaded="contentUploaded"></route-importer>
<route-importer class="route-importer" @contentUploaded="contentUploaded"></route-importer>
</v-flex>
<v-spacer></v-spacer>
</v-layout>
Expand Down

0 comments on commit 872f1ce

Please sign in to comment.