From 521c5843e5b226b8b7384a7cf99a489a429e67f6 Mon Sep 17 00:00:00 2001 From: Rasit Ozcan Date: Tue, 21 Nov 2023 15:40:40 +0300 Subject: [PATCH] Rebase and remove console log --- .../picasso-query-builder/src/ValueEditor/ValueEditor.tsx | 2 -- yarn.lock | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/picasso-query-builder/src/ValueEditor/ValueEditor.tsx b/packages/picasso-query-builder/src/ValueEditor/ValueEditor.tsx index 451088e637..61ecd226fc 100644 --- a/packages/picasso-query-builder/src/ValueEditor/ValueEditor.tsx +++ b/packages/picasso-query-builder/src/ValueEditor/ValueEditor.tsx @@ -49,8 +49,6 @@ export const ValueEditor = ({ submitButtonClicked: context?.submitButtonClicked, }) - console.log('konte', context) - switch (type) { case 'multiselect': return ( diff --git a/yarn.lock b/yarn.lock index 5270328947..5fa201f049 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15429,14 +15429,14 @@ json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1: resolved "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz" integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA== -json5@1, json5@^1.0.1, json5@^2.1.1: +json5@1, json5@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593" integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA== dependencies: minimist "^1.2.0" -json5@2.2.3, json5@^2.1.0, json5@^2.1.2, json5@^2.2.0, json5@^2.2.2, json5@^2.2.3, json5@^2.x: +json5@2.2.3, json5@^2.1.0, json5@^2.1.1, json5@^2.1.2, json5@^2.2.0, json5@^2.2.2, json5@^2.2.3, json5@^2.x: version "2.2.3" resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==