Skip to content

Commit

Permalink
Select the correct field name for the pool_size and timeout panels (#223
Browse files Browse the repository at this point in the history
)

Signed-off-by: Alex Co <alex.tuan@mindvalley.com>
  • Loading branch information
onimsha committed Aug 8, 2024
1 parent 71bc734 commit cc0441d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions priv/ecto.json.eex
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@
"calcs": [
"last"
],
"fields": "/^Value$/",
"fields": "/init_pool_size/",
"values": false
},
"textMode": "auto"
Expand Down Expand Up @@ -596,7 +596,7 @@
"calcs": [
"last"
],
"fields": "/^Value$/",
"fields": "/init_timeout_duration/",
"values": false
},
"textMode": "auto"
Expand Down

0 comments on commit cc0441d

Please sign in to comment.