mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45: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") &&
|
((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(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user