fix(Stepper): incorrect value when format minus value (#6238)
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
// Utils
|
||||
import { formatNumber } from './utils';
|
||||
import { preventDefault } from '../utils/dom/event';
|
||||
import { formatNumber } from '../utils/format/number';
|
||||
import { resetScroll } from '../utils/dom/reset-scroll';
|
||||
import {
|
||||
createNamespace,
|
||||
|
||||
Reference in New Issue
Block a user