mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-08-31 21:35:41 +00:00
fix: improve error message formatting
This commit is contained in:
@@ -120,7 +120,7 @@ export const OperationRow = ({
|
||||
</>
|
||||
}
|
||||
avatar={<ExclamationCircleOutlined style={{ color }} />}
|
||||
description={operation.displayMessage}
|
||||
description={<pre>{operation.displayMessage}</pre>}
|
||||
/>
|
||||
</List.Item>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user