2
0

Wording change "BLS cal"

This commit is contained in:
2024-08-09 16:18:09 +02:00
parent 732cfd353a
commit b8c4c5b1e7
199 changed files with 508 additions and 508 deletions

View File

@@ -47,7 +47,7 @@ const settings: Settings = {
};
// react-query-builder types have missing type property on Widget
//TODO: Reuse FormBuilder Components - FormBuilder components are built considering Cal.com design system and coding guidelines. But when awesome-query-builder renders these components, it passes its own props which are different from what our Components expect.
//TODO: Reuse FormBuilder Components - FormBuilder components are built considering BLS cal design system and coding guidelines. But when awesome-query-builder renders these components, it passes its own props which are different from what our Components expect.
// So, a mapper should be written here that maps the props provided by awesome-query-builder to the props that our components expect.
const widgets: Widgets & { [key in keyof Widgets]: Widgets[key] & { type: string } } = {
...BasicConfig.widgets,