This commit is contained in:
Josh Hawkins 2024-09-25 08:23:29 -05:00
parent eff13c77fd
commit aac9a22a4b

View File

@ -322,7 +322,6 @@ export default function InputWithTags({
((filterType === "before" || filterType === "after") && ((filterType === "before" || filterType === "after") &&
trimmedValue.match(/^\d{8}$/)) trimmedValue.match(/^\d{8}$/))
) { ) {
console.log(filterType, trimmedValue);
createFilter(filterType, trimmedValue); createFilter(filterType, trimmedValue);
setInputValue((prev) => { setInputValue((prev) => {
const regex = new RegExp( const regex = new RegExp(