enabled seconds in the datepicker
This commit is contained in:
@@ -90,9 +90,12 @@
|
||||
<a href="/settings" use:link>Dashboard settings</a>.
|
||||
</p>
|
||||
<p>
|
||||
Because this endpoint process the requests in a single transaction it could degrade the
|
||||
performance of your application if not used with proper care and configuration (e.g. too large
|
||||
allowed execution timeout, large body size limit, etc.).
|
||||
Because this endpoint process the requests in a single DB transaction it could degrade the
|
||||
performance of your application if not used with proper care and configuration
|
||||
<em
|
||||
>(prefer smaller max processing and body size limits, avoid large file uploads over slow S3
|
||||
networks and custom hooks that communicate with slow external APIs)</em
|
||||
>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1422,6 +1422,7 @@ export default class CommonHelper {
|
||||
disableMobile: true,
|
||||
allowInput: true,
|
||||
enableTime: true,
|
||||
enableSeconds: true,
|
||||
time_24hr: true,
|
||||
locale: {
|
||||
firstDayOfWeek: 1,
|
||||
|
||||
Reference in New Issue
Block a user