mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Fixed pgAgent related issues. Fixes #6827
2) Added helpMessageMode parameter to hide help messages from properties panel.
This commit is contained in:
@@ -207,8 +207,8 @@ const DATE_TIME_FORMAT = {
|
||||
DATE_TIME_12: 'yyyy-MM-dd hh:mm:ss aa xxx',
|
||||
DATE_TIME_24: 'yyyy-MM-dd HH:mm:ss XXX',
|
||||
DATE: 'yyyy-MM-dd',
|
||||
TIME_12: 'hh:mm aa',
|
||||
TIME_24: 'HH:mm',
|
||||
TIME_12: 'hh:mm:ss aa',
|
||||
TIME_24: 'HH:mm:ss',
|
||||
};
|
||||
|
||||
export function InputDateTimePicker({value, onChange, readonly, controlProps, ...props}) {
|
||||
|
||||
Reference in New Issue
Block a user