Skip to content

Commit

Permalink
Fix linting errors in AttributeTableWin
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismayer committed Jul 6, 2023
1 parent b1d9735 commit e2e18cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/attributeTable/AttributeTableWin.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<wgu-module-card v-bind="$attrs"
:moduleName="moduleName"
class="wgu-attributetable-win"
:icon="icon"
class="wgu-attributetable-win"
:icon="icon"
>

<template v-slot:wgu-win-toolbar>
Expand All @@ -15,7 +15,7 @@
outlined
class="wgu-vector-layer-select wgu-solo-field"
:items="displayedLayers"
:item-text="item => item.get('name')"
:item-text="item => item.get('name')"
:menu-props="{
bottom: true,
'offset-y': true,
Expand All @@ -26,7 +26,7 @@
:label="$t('wgu-attributetable.selectorLabel')"
></v-select>
</template>

<wgu-attributetable
v-if="selLayer"
:layerId="selLayer.get('lid')"
Expand Down Expand Up @@ -91,7 +91,7 @@ export default {

<style scoped>
/* TODO
/* TODO
Generalize the positioning concept for windows,
this interferes with positioning and draggable settings in the app.conf */
Expand Down

0 comments on commit e2e18cd

Please sign in to comment.