remove logs
This commit is contained in:
@@ -69,7 +69,6 @@ export class UmbBlockGridAreaTypeWorkspaceContext
|
||||
if (value) {
|
||||
const blockTypeData = value.find((x: UmbBlockGridTypeAreaType) => x.key === unique);
|
||||
if (blockTypeData) {
|
||||
console.log(blockTypeData);
|
||||
this.#data.setValue(blockTypeData);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -71,7 +71,6 @@ export class UmbDataTypePickerFlowModalElement extends UmbModalBaseElement<
|
||||
private _createDataType(propertyEditorUiAlias: string) {
|
||||
// TODO: Could be nice with a more pretty way to prepend to the URL:
|
||||
// Open create modal:
|
||||
console.log('_createDataType', propertyEditorUiAlias);
|
||||
this._createDataTypeModal.open(
|
||||
{ uiAlias: propertyEditorUiAlias },
|
||||
`create/parent/${UMB_DATA_TYPE_ENTITY_TYPE}/null`,
|
||||
|
||||
Reference in New Issue
Block a user