Skip to content

Commit

Permalink
Remove number truncation, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Jan 17, 2024
1 parent 919ffe7 commit 59df15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const localConfig = {
apiUrl: `${env.KANGAS_BACKEND_PROTOCOL || 'http'}://${env.KANGAS_BACKEND_HOST}:${env.KANGAS_BACKEND_PORT}/datagrid/`,
rootUrl: `${env.KANGAS_FRONTEND_PROTOCOL || 'http'}://${env.KANGAS_FRONTEND_HOST}:${env.PORT}${env.KANGAS_FRONTEND_ROOT || ''}/`,
rootPath: `${env.KANGAS_FRONTEND_ROOT || ''}/`,
defaultDecimalPrecision: 5,
defaultDecimalPrecision: null,
locale: 'en-US',
hideSelector: env.KANGAS_HIDE_SELECTOR === '1',
cache: true,
Expand Down

0 comments on commit 59df15c

Please sign in to comment.