We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3de88 commit 4e3b06aCopy full SHA for 4e3b06a
1 file changed
apps/files_sharing/src/components/SharingEntry.vue
@@ -76,9 +76,9 @@
76
77
<!-- expiration date -->
78
<ActionCheckbox :checked.sync="hasExpirationDate"
79
- :disabled="config.isDefaultExpireDateEnforced || saving"
+ :disabled="config.isDefaultInternalExpireDateEnforced || saving"
80
@uncheck="onExpirationDisable">
81
- {{ config.isDefaultExpireDateEnforced
+ {{ config.isDefaultInternalExpireDateEnforced
82
? t('files_sharing', 'Expiration date enforced')
83
: t('files_sharing', 'Set expiration date') }}
84
</ActionCheckbox>
0 commit comments