diff --git a/frontend/src/lib/components/apps/editor/component/components.ts b/frontend/src/lib/components/apps/editor/component/components.ts
index c63d29478d..d2f3c59222 100644
--- a/frontend/src/lib/components/apps/editor/component/components.ts
+++ b/frontend/src/lib/components/apps/editor/component/components.ts
@@ -469,7 +469,7 @@ const onSuccessClick = {
},
sendToast: {
message: {
- tooltip: 'The message of the toast to diplay',
+ tooltip: 'The message of the toast to display',
fieldType: 'text',
type: 'static',
value: '',
@@ -557,10 +557,10 @@ const onErrorClick = {
},
sendErrorToast: {
message: {
- tooltip: 'The message of the toast to diplay',
+ tooltip: 'The message of the toast to display',
fieldType: 'text',
type: 'static',
- value: '',
+ value: 'An error occured',
placeholder: 'Hello there',
onDemandOnly: true
},
@@ -3150,14 +3150,12 @@ See date-fns format for more information. By default, it is 'dd.MM.yyyy HH:mm'
fieldType: 'boolean',
type: 'static',
value: false,
-
- tooltip: 'This will diplay the type and/or the format on the field next to the label.'
+ tooltip: 'This will display the type and/or the format on the field next to the label.'
},
largeGap: {
fieldType: 'boolean',
type: 'static',
value: false,
-
tooltip: 'This will add a large gap between the form elements.'
}
}
diff --git a/frontend/src/lib/components/apps/editor/settingsPanel/DeleteComponent.svelte b/frontend/src/lib/components/apps/editor/settingsPanel/DeleteComponent.svelte
index 50c2a7db59..db0245cefb 100644
--- a/frontend/src/lib/components/apps/editor/settingsPanel/DeleteComponent.svelte
+++ b/frontend/src/lib/components/apps/editor/settingsPanel/DeleteComponent.svelte
@@ -1,15 +1,9 @@
diff --git a/frontend/src/lib/components/apps/svelte-select/lib/tailwind.css b/frontend/src/lib/components/apps/svelte-select/lib/tailwind.css
index 2b43fcab48..058dac4876 100644
--- a/frontend/src/lib/components/apps/svelte-select/lib/tailwind.css
+++ b/frontend/src/lib/components/apps/svelte-select/lib/tailwind.css
@@ -114,7 +114,7 @@
}
.multi-item {
- @apply bg-gray-100 mt-1 mr-1 border border-gray-200 rounded-sm h-8 leading-8 flex cursor-default pr-1 pl-1 max-w-full items-center mr-1 overflow-hidden overflow-ellipsis whitespace-nowrap;
+ @apply bg-gray-100 mt-1 border border-gray-200 rounded-sm h-8 leading-8 flex cursor-default pr-1 pl-1 max-w-full items-center mr-1 overflow-hidden overflow-ellipsis whitespace-nowrap;
}
.multi-item.disabled {