Skip to content

Commit 59df15c

Browse files
committed
Remove number truncation, for now
1 parent 919ffe7 commit 59df15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const localConfig = {
44
apiUrl: `${env.KANGAS_BACKEND_PROTOCOL || 'http'}://${env.KANGAS_BACKEND_HOST}:${env.KANGAS_BACKEND_PORT}/datagrid/`,
55
rootUrl: `${env.KANGAS_FRONTEND_PROTOCOL || 'http'}://${env.KANGAS_FRONTEND_HOST}:${env.PORT}${env.KANGAS_FRONTEND_ROOT || ''}/`,
66
rootPath: `${env.KANGAS_FRONTEND_ROOT || ''}/`,
7-
defaultDecimalPrecision: 5,
7+
defaultDecimalPrecision: null,
88
locale: 'en-US',
99
hideSelector: env.KANGAS_HIDE_SELECTOR === '1',
1010
cache: true,

0 commit comments

Comments
 (0)