Skip to content

Commit b98fdd2

Browse files
Update src/lib/stores/project-services.ts
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
1 parent 69ae22a commit b98fdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/stores/project-services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function createServices() {
1313
{ label: 'Account', method: ApiService.Account, value: null },
1414
{ label: 'Avatars', method: ApiService.Avatars, value: null },
1515
{ label: 'Databases', method: ApiService.Databases, value: null },
16-
{ label: 'Tables', method: ApiService.Tablesdb, value: null },
16+
{ label: 'TablesDB', method: ApiService.Tablesdb, value: null },
1717
{ label: 'Locale', method: ApiService.Locale, value: null },
1818
{ label: 'Health', method: ApiService.Health, value: null },
1919
{ label: 'Storage', method: ApiService.Storage, value: null },

0 commit comments

Comments
 (0)