Skip to content

Commit ed26bc7

Browse files
committed
Removed unused method
1 parent b880788 commit ed26bc7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/resources/assets/admin/common/js/aggregation/Bucket.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,4 @@ export class Bucket {
3939
this.displayName = displayName;
4040
}
4141

42-
public getSelectionValue(): any {
43-
return 'test';
44-
}
45-
4642
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
.aggregation-view {
22
border: none !important;
33
padding: 0 !important;
4+
5+
.filterable-listbox-wrapper {
6+
margin-top: 5px;
7+
}
48
}

0 commit comments

Comments
 (0)