1) Fixed pgAgent related issues. Fixes #6827

2) Added helpMessageMode parameter to hide help messages from properties panel.
This commit is contained in:
Akshay Joshi
2021-09-29 19:48:43 +05:30
parent aa8854db53
commit 1b6ab6b3bb
6 changed files with 25 additions and 4 deletions

View File

@@ -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}) {