Skip to content

Commit 83529af

Browse files
author
Leshe4ka
committed
lint fix
1 parent 791afb0 commit 83529af

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/widgets/ClusterConfigForm

1 file changed

+1
-1
lines changed

frontend/src/widgets/ClusterConfigForm/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const maskingSchema = object({
189189
value: string().test(
190190
'fieldsOrPattern',
191191
'Either fields or fieldsNamePattern is required',
192-
function (value, { path, parent, ...ctx }) {
192+
(value, { path, parent, ...ctx }) => {
193193
const maskingItem = ctx.from?.[1].value;
194194

195195
if (value && value.trim() !== '') {

0 commit comments

Comments
 (0)