mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35:27 +03:00
clean up
This commit is contained in:
parent
eff13c77fd
commit
aac9a22a4b
@ -322,7 +322,6 @@ export default function InputWithTags({
|
||||
((filterType === "before" || filterType === "after") &&
|
||||
trimmedValue.match(/^\d{8}$/))
|
||||
) {
|
||||
console.log(filterType, trimmedValue);
|
||||
createFilter(filterType, trimmedValue);
|
||||
setInputValue((prev) => {
|
||||
const regex = new RegExp(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user