Skip to content

Commit

Permalink
refactor: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
joggienl committed Mar 17, 2024
1 parent a5ba1ce commit 7aa411e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "directus-extension-month-picker",
"description": "An interface extension that allows easy picking of any month in a given year.",
"icon": "extension",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"author": {
"email": "[email protected]",
Expand Down
1 change: 0 additions & 1 deletion src/interface.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ function unsetValue(event) {
</script>

<template>
<!-- <input :value="value" @input="handleChange($event.target.value)" />-->
<v-menu ref="monthPickerMenu" :close-on-content-click="false" attached :disabled="disabled" full-height seamless>
<template #activator="{ toggle, active }">
<v-input
Expand Down

0 comments on commit 7aa411e

Please sign in to comment.