Skip to content

Commit 77ff506

Browse files
committed
dev-demo: correct cers column type
AdminForth/1821/agent-plugins-doesn't-work-out
1 parent 239d534 commit 77ff506

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-demo/resources/cars_resources/carsResourseTemplate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export default function carsResourseTemplate(resourceId: string, dataSource: Car
134134
{
135135
name: 'mileage',
136136
allowMinMaxQuery: true,
137-
type: AdminForthDataTypes.DECIMAL,
137+
type: AdminForthDataTypes.FLOAT,
138138
},
139139
{
140140
name: 'color',

0 commit comments

Comments
 (0)