@banch0u/core-project-test-repository 2.1.4 → 2.1.5
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.
|
@@ -93,7 +93,7 @@ var Filter = function Filter(_ref) {
|
|
|
93
93
|
, {
|
|
94
94
|
size: "sm",
|
|
95
95
|
onChange: function onChange(value) {
|
|
96
|
-
if (col.dataIndex === "topic") {
|
|
96
|
+
if (col.dataIndex === "topic" || col.dataIndex === "contractTypeId" || col.dataIndex === "contractType") {
|
|
97
97
|
setSelectedTopic(value);
|
|
98
98
|
}
|
|
99
99
|
}
|
|
@@ -231,9 +231,7 @@
|
|
|
231
231
|
position: absolute;
|
|
232
232
|
top: 100%;
|
|
233
233
|
right: -1px;
|
|
234
|
-
|
|
235
|
-
max-width: 300px;
|
|
236
|
-
min-width: 300px;
|
|
234
|
+
left: -1px;
|
|
237
235
|
border-right: 1px solid var(--blue);
|
|
238
236
|
border-left: 1px solid var(--blue);
|
|
239
237
|
border-bottom: 1px solid var(--blue);
|