Skip to content
Snippets Groups Projects
Commit c26daa16 authored by moon's avatar moon
Browse files

Use number for 0

parent da8d7b2d
No related branches found
No related tags found
No related merge requests found
......@@ -482,7 +482,7 @@
:rating="
response.data.confidence_score
? response.data.confidence_score
: '0'
: 0
"
:read-only="true"
:increment="0.01"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment