未验证 提交 359601fd 编写于 作者: M Méril 提交者: GitHub

fix(console): do not truncate error messages in toast notification (#393)

上级 78850968
......@@ -131,11 +131,7 @@ const Ace = () => {
dispatch(actions.query.stopRunning())
dispatch(
actions.query.addNotification({
line1: (
<Text color="draculaForeground" ellipsis>
{error.error}
</Text>
),
line1: <Text color="draculaForeground">{error.error}</Text>,
title: (
<Text color="draculaForeground" ellipsis>
{request.query}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册