Skip to content

Commit

Permalink
fix: lowercase record name
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantk232 authored and amitu committed Mar 20, 2024
1 parent a387050 commit 50054ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pages/sites/setting/environments.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-- component page:
module site-data: site-data
module action: environment
sites-records.Environment list envs:
sites-records.environment list envs:
ud.user-data user-data:
sites-records.site-common-data site:
string dashboard-url:
Expand Down Expand Up @@ -99,7 +99,7 @@ top-message: $page.top-message

-- component env-row:
module action: environment
sites-records.Environment env:
sites-records.environment env:
private string $current-key: *$env-row.env.key
private string $current-value: *$env-row.env.value

Expand Down
2 changes: 1 addition & 1 deletion records/sites.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ optional file-text text:
optional string error:
string updated-at:

-- record Environment:
-- record environment:
integer id:
string key:
string value:
6 changes: 3 additions & 3 deletions scenarios/sites/setting/environments.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ dashboard-url: /scenarios/user/dashboard/
envs: $envs


-- sites-records.Environment list envs:
-- sites-records.environment list envs:

-- sites-records.Environment:
-- sites-records.environment:
id: 1
key: BIN_PATH
value: /usr/bin/

-- sites-records.Environment:
-- sites-records.environment:
id: 2
key: DATABASE_URL
value: postgresql://localhost/my-db
Expand Down

0 comments on commit 50054ce

Please sign in to comment.