From fa6b390c0165f75e2c092f90bd444221e8d4d435 Mon Sep 17 00:00:00 2001 From: Ilya Sumbatyants Date: Thu, 2 Dec 2021 16:03:16 +0700 Subject: [PATCH] Adjust telegram service expected error shape (#484) Signed-off-by: Ilya Sumbatyants --- plugins/setting-resources/package.json | 1 - .../src/components/Integrations.svelte | 8 +++----- .../src/components/PluginCard.svelte | 11 +++++------ .../telegram-resources/src/components/Connect.svelte | 12 +++++++----- 4 files changed, 15 insertions(+), 17 deletions(-) diff --git a/plugins/setting-resources/package.json b/plugins/setting-resources/package.json index d1a6a15832..b0d2d49d80 100644 --- a/plugins/setting-resources/package.json +++ b/plugins/setting-resources/package.json @@ -34,7 +34,6 @@ "@anticrm/core": "~0.6.11", "svelte": "^3.37.0", "@anticrm/setting": "~0.6.0", - "@anticrm/login": "~0.6.1", "@anticrm/ui": "~0.6.0", "@anticrm/presentation": "~0.6.2" } diff --git a/plugins/setting-resources/src/components/Integrations.svelte b/plugins/setting-resources/src/components/Integrations.svelte index 7b9be3459c..7b76534f6b 100644 --- a/plugins/setting-resources/src/components/Integrations.svelte +++ b/plugins/setting-resources/src/components/Integrations.svelte @@ -13,15 +13,13 @@ // limitations under the License. -->
diff --git a/plugins/setting-resources/src/components/PluginCard.svelte b/plugins/setting-resources/src/components/PluginCard.svelte index 2882404dd5..bb8c1a1b04 100644 --- a/plugins/setting-resources/src/components/PluginCard.svelte +++ b/plugins/setting-resources/src/components/PluginCard.svelte @@ -14,23 +14,22 @@ -->