Logo
Explore Help
Register Sign In
yujunjun/datahub
2
0
Fork 0
You've already forked datahub
mirror of https://github.com/datahub-project/datahub.git synced 2025-10-01 12:06:29 +00:00
Code Issues Packages Projects Releases Wiki Activity
datahub/datahub-web-react/src/app/shared/capitalizeFirstLetter.ts

7 lines
180 B
TypeScript
Raw Normal View History

feat(react): Dataset page refresh + improved homepage, search and browse screens (#3169)
2021-08-31 22:00:56 -07:00
export function capitalizeFirstLetter(str?: string | null) {
if (!str) {
return undefined;
}
return str.charAt(0).toUpperCase() + str.slice(1).toLowerCase();
feat(lineage): implement support for datasets, charts and dashboards downstream lineage fetching in a generic way (#2397) Co-authored-by: Dexter Lee <dexter@acryl.io> Co-authored-by: Brian <brianwebtek@gmail.com> Co-authored-by: John Joyce <john@acryl.io> Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2021-04-23 00:18:39 -07:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 1175ms Template: 30ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API