diff --git a/packages/presentation/src/components/Card.svelte b/packages/presentation/src/components/Card.svelte index d42ca89bf2..5bf2da9f4f 100644 --- a/packages/presentation/src/components/Card.svelte +++ b/packages/presentation/src/components/Card.svelte @@ -31,6 +31,7 @@ export let spacePlaceholder: IntlString export let label: IntlString export let okLabel: IntlString + export let cancelLabel: IntlString export let okAction: () => void export let canSave: boolean = false @@ -41,23 +42,21 @@
-
+ {#if $$slots.error} +
+ +
+ {/if}
- {#if $$slots.error} -
- -
- {/if}
-
+
- {#if $$slots.contacts} -
- -
- {/if} +