Merge branch 'main' into v14/chore/bundle-document-package
This commit is contained in:
@@ -1300,7 +1300,7 @@ export default {
|
||||
packages: 'Packages',
|
||||
marketplace: 'Marketplace',
|
||||
settings: 'Settings',
|
||||
translation: 'Translation',
|
||||
translation: 'Dictionary',
|
||||
users: 'Users',
|
||||
},
|
||||
help: {
|
||||
|
||||
@@ -1319,7 +1319,7 @@ export default {
|
||||
packages: 'Packages',
|
||||
marketplace: 'Marketplace',
|
||||
settings: 'Settings',
|
||||
translation: 'Translation',
|
||||
translation: 'Dictionary',
|
||||
users: 'Users',
|
||||
},
|
||||
help: {
|
||||
|
||||
@@ -46,7 +46,7 @@ export class UmbTemplateQueryBuilderFilterElement extends UmbLitElement {
|
||||
#resetOperator() {
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore
|
||||
this.filter = { ...this.filter, operator: undefined };
|
||||
this.filter = { ...this.filter, operator: undefined, constraintValue: undefined };
|
||||
}
|
||||
|
||||
#resetFilter() {
|
||||
|
||||
Reference in New Issue
Block a user