Skip to content
/ Dash.jl Public
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cc7ebaf

Browse files
committedNov 10, 2021
fix
1 parent 82cbd74 commit cc7ebaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components_utils/table_format.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ module TableFormat
312312
)
313313
return JSON3.write(
314314
(
315-
locale = deepcopy(f.locale),
315+
locale = f.locale,
316316
nully = f.nully,
317317
prefix = f.prefix,
318318
specifier = String(take!(spec_io))

0 commit comments

Comments
 (0)
Please sign in to comment.