mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-29 11:19:41 +02:00
fix: date format issue in placeholder flow
This commit is contained in:
@@ -232,6 +232,11 @@ export const widgets = [
|
||||
icon: "fa-solid fa-envelope",
|
||||
iconSize: "20px"
|
||||
}
|
||||
// {
|
||||
// type: "radio",
|
||||
// icon: "fa-regular fa-circle-dot",
|
||||
// iconSize: "20px"
|
||||
// }
|
||||
];
|
||||
|
||||
export const getWidgetType = (
|
||||
@@ -375,7 +380,12 @@ export const defaultWidthHeight = (type) => {
|
||||
width: 50,
|
||||
height: 20
|
||||
};
|
||||
return obj;
|
||||
// case "radio":
|
||||
// obj = {
|
||||
// width: 15,
|
||||
// height: 15
|
||||
// };
|
||||
// return obj;
|
||||
default:
|
||||
obj = {
|
||||
width: 150,
|
||||
|
||||
Reference in New Issue
Block a user