Skip to content

Commit

Permalink
fix: remove edit from dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
filipgutica committed Dec 5, 2024
1 parent f15470f commit cfd7509
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@
{{ i18n.t('csvExport.exportAsCsv') }}
</span>
</KDropdownItem>
<KDropdownItem
v-if="context.editable"
@click="editTile"
>
{{ i18n.t('renderer.edit') }}
</KDropdownItem>
</template>
</KDropdown>
</div>
Expand Down

0 comments on commit cfd7509

Please sign in to comment.