👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2020-10-22 15:46:03 +02:00
parent 5b7efd67ca
commit 40c2acd77b
491 changed files with 4045 additions and 3936 deletions

View File

@@ -48,7 +48,7 @@ export const fileFields = [
displayOptions: {
show: {
operation: [
'upload'
'upload',
],
resource: [
'file',
@@ -66,7 +66,7 @@ export const fileFields = [
displayOptions: {
show: {
operation: [
'upload'
'upload',
],
resource: [
'file',
@@ -182,7 +182,7 @@ export const fileFields = [
displayOptions: {
show: {
operation: [
'upload'
'upload',
],
resource: [
'file',
@@ -276,7 +276,7 @@ export const fileFields = [
name: 'contactId',
type: 'number',
typeOptions: {
minValue: 0
minValue: 0,
},
default: 0,
description: 'Filter based on Contact Id, if user has permission to see Contact files.',