mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Fix triggers for last modified columns and changelog table
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
<input
|
||||
type="date"
|
||||
name="publication-date"
|
||||
value={data.article.publication_date}
|
||||
value={data.article.publication_date ?? new Date().toISOString().split('T')[0]}
|
||||
required
|
||||
/>
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user