mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-09-21 15:35:35 +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