1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2026-05-07 04:19:19 +08:00

Compare commits

..

1 Commits

Author SHA1 Message Date
lana-k
f3a75346fd fix typo 2026-04-15 22:14:59 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ export default {
]), ]),
сolorscaleDirections: markRaw([ сolorscaleDirections: markRaw([
{ label: 'Normal', value: 'normal' }, { label: 'Normal', value: 'normal' },
{ label: 'Recersed', value: 'reversed' } { label: 'Reversed', value: 'reversed' }
]), ]),
colorSourceUsageOptions: markRaw([ colorSourceUsageOptions: markRaw([
{ label: 'Direct', value: 'direct' }, { label: 'Direct', value: 'direct' },

View File

@@ -139,7 +139,7 @@ export default {
]), ]),
сolorscaleDirections: markRaw([ сolorscaleDirections: markRaw([
{ label: 'Normal', value: 'normal' }, { label: 'Normal', value: 'normal' },
{ label: 'Recersed', value: 'reversed' } { label: 'Reversed', value: 'reversed' }
]), ]),
colorSourceUsageOptions: markRaw([ colorSourceUsageOptions: markRaw([
{ label: 'Direct', value: 'direct' }, { label: 'Direct', value: 'direct' },