Minor refacto and fixes on Remotes updates (#5438)
In this PR - Code refactoring - v0 of adding "updates available" info in Connection sync status <img width="835" alt="Capture d’écran 2024-05-16 à 17 02 07" src="https://github.com/twentyhq/twenty/assets/51697796/9674d3ca-bed2-4520-a5a6-ba37bc242d06"> - fix distant table columns with not-camel case names are always considered as new
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import camelCase from 'lodash.camelcase';
|
||||
|
||||
export const getForeignTableColumnName = (distantTableColumnName: string) => {
|
||||
return camelCase(distantTableColumnName);
|
||||
};
|
||||
Reference in New Issue
Block a user