Commit adc0d30c authored by ioedeveloper's avatar ioedeveloper Committed by Liana Husikyan

Made error message plain text color

parent 33f79a81
......@@ -255,7 +255,7 @@ module.exports = class TestTab extends ViewPlugin {
<ul class="ml-3 mb-0">
<li>${error.value} </li>
</ul>
<span class="text-danger ml-3">${error.message}</span>
<span class="ml-3">${error.message}</span>
</div>
`)
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment