Skip to content

Commit fed66c4

Browse files
committed
fix: filter control field placeholder not resetting [closes #683][ref Codeinwp/optimole-service#1461]
1 parent 5fcfa44 commit fed66c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/src/dashboard/parts/connected/settings/FilterControl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ const FilterControl = ({
173173

174174
setFilterValue( '' );
175175
setFilterType( FILTER_TYPES.FILENAME );
176+
setFilterMatchType( defaultFilterOperator );
176177
};
177178

178179
const hasItems = (

0 commit comments

Comments
 (0)