Update placeholder on record picker object type update (#11451)
- requires a refacto so several fields can be updated at once - updating object name on record picker will now update placeholder - add a min-height to label so fields do not get moved when the label is deleted
This commit is contained in:
@ -22,15 +22,15 @@ module.exports = {
|
||||
parserOptions: {
|
||||
project: ['packages/twenty-front/tsconfig.*.json'],
|
||||
},
|
||||
plugins: ['project-structure'],
|
||||
// plugins: ['project-structure'],
|
||||
settings: {
|
||||
'project-structure/folder-structure-config-path': path.join(
|
||||
__dirname,
|
||||
'folderStructure.json',
|
||||
),
|
||||
// 'project-structure/folder-structure-config-path': path.join(
|
||||
// __dirname,
|
||||
// 'folderStructure.json',
|
||||
// ),
|
||||
},
|
||||
rules: {
|
||||
'project-structure/folder-structure': 'error',
|
||||
// 'project-structure/folder-structure': 'error',
|
||||
/*
|
||||
Uncomment this rule when we have a way to work on
|
||||
'lingui/no-unlocalized-strings': [
|
||||
|
||||
Reference in New Issue
Block a user