awing-library 2.1.2-dev.83 → 2.1.2-dev.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -123438,7 +123438,6 @@ function SelectInput(fieldDefinition) {
123438
123438
  onValidateCustom
123439
123439
  } = fieldDefinition,
123440
123440
  other = __rest$1(fieldDefinition, ["name", "multiple", "value", "onChange", "error", "disableHelperText", "helperText", "options", "row", "onDisabledSelectItem", "required", "onValidateCustom"]);
123441
- console.log("111 fieldDefinition", fieldDefinition, other);
123442
123441
  const onValidate = val => {
123443
123442
  const newValue = val;
123444
123443
  if (onValidateCustom) {
@@ -123604,7 +123603,6 @@ function InputFactory(fieldDefinition) {
123604
123603
  const {
123605
123604
  type
123606
123605
  } = fieldDefinition;
123607
- console.log("fieldDefinition", fieldDefinition);
123608
123606
  switch (type) {
123609
123607
  case FIELD_TYPE.LOGIC_EXPRESSION:
123610
123608
  {
@@ -190340,7 +190338,7 @@ function SharingContainer() {
190340
190338
  useEffect(() => {
190341
190339
  getWorkspaces().then(workspaces => {
190342
190340
  if (workspaces) {
190343
- setWorkspaceOptions(workspaces.filter(workspace => workspace.id !== (currentWorkspace === null || currentWorkspace === void 0 ? void 0 : currentWorkspace.id)));
190341
+ setWorkspaceOptions(workspaces);
190344
190342
  }
190345
190343
  });
190346
190344
  getSchemas().then(async schemas => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.2-dev.83",
3
+ "version": "2.1.2-dev.85",
4
4
  "main": "dist/esm/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/index.d.ts",