fix(web): enable shared link expiration regardless of current date

pull/24686/head
timonrieger 2025-12-18 23:23:37 +01:00
parent bfa063400a
commit 6df06e561b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
});
})()}
label={$t('expire_after')}
disabled={expiresAt !== null && DateTime.fromISO(expiresAt) < DateTime.now()}
disabled={false}
number={true}
/>
</div>