mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Fix Code to work with updated dependencies
This commit is contained in:
parent
68b4b1b764
commit
b3c67a7a8b
@ -179,7 +179,7 @@ module.exports = {
|
|||||||
// transform: undefined,
|
// transform: undefined,
|
||||||
|
|
||||||
// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
|
// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
|
||||||
// transformIgnorePatterns: [
|
transformIgnorePatterns: ["node_modules/(?!axios)"],
|
||||||
// "/node_modules/",
|
// "/node_modules/",
|
||||||
// "\\.pnp\\.[^\\/]+$"
|
// "\\.pnp\\.[^\\/]+$"
|
||||||
// ],
|
// ],
|
||||||
|
|||||||
@ -456,7 +456,7 @@ function MaskValues({
|
|||||||
{Object.keys(points).map((mainkey) => {
|
{Object.keys(points).map((mainkey) => {
|
||||||
if (isMulti) {
|
if (isMulti) {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div key={mainkey.id}>
|
||||||
{` ${mainkey}:\n mask:\n`}
|
{` ${mainkey}:\n mask:\n`}
|
||||||
{onAdd && showButtons ? (
|
{onAdd && showButtons ? (
|
||||||
<Button className="absolute -mt-12 right-0 font-sans" data-key={mainkey} onClick={handleAdd}>
|
<Button className="absolute -mt-12 right-0 font-sans" data-key={mainkey} onClick={handleAdd}>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user