We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbaf3c commit 4265a66Copy full SHA for 4265a66
1 file changed
resources/views/admin/posts/edit.php
@@ -290,7 +290,7 @@ function updatePublishedAtVisibility() {
290
publishedAtInput.disabled = false;
291
} else {
292
publishedAtWrapper.style.display = 'none';
293
- publishedAtInput.value = '';
+ // Don't clear the value - preserve existing published dates from database
294
publishedAtInput.disabled = true;
295
}
296
0 commit comments