Skip to content

Commit

Permalink
fixup! fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaKirschenheuter committed Oct 4, 2022
1 parent 82940e0 commit 23ecf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_sharing/src/components/SharingEntryLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
v-model="share.expireDate"
class="share-link-expire-date"
:disabled="saving"
:is-native-picker="true"
:is-native-picker="true"
:hide-label="true"
type="date"
:min="dateTomorrow"
Expand Down

0 comments on commit 23ecf28

Please sign in to comment.