Skip to content

Commit

Permalink
Merge pull request #213 from rsksmart/fix/autoupdate-blocks
Browse files Browse the repository at this point in the history
fix: autoupdate block - dafault: true
  • Loading branch information
ezequiel-rodriguez authored Apr 15, 2024
2 parents 4e8446a + 03a9b13 commit d453ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/config/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { EXPORT_FORMATS, EXPORT_ITEMS } from '../../../config/types'
export default function () {
return {
menuToggle: false,
autoUpdateBlocks: false,
autoUpdateBlocks: true,
sort: {},
tables: {},
exportFormat: EXPORT_FORMATS.JSON,
Expand Down

0 comments on commit d453ac3

Please sign in to comment.