mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_widget_numeric_step: remove odoo-module tag and fix sort-import
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
/** @odoo-module */
|
||||
|
||||
import {FloatField} from "@web/views/fields/float/float_field";
|
||||
import {_t} from "@web/core/l10n/translation";
|
||||
import {registry} from "@web/core/registry";
|
||||
import {FloatField} from "@web/views/fields/float/float_field";
|
||||
import {standardFieldProps} from "@web/views/fields/standard_field_props";
|
||||
|
||||
export class NumericStep extends FloatField {
|
||||
|
||||
Reference in New Issue
Block a user