We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5e3bf commit 328bedeCopy full SHA for 328bede
1 file changed
packages/platform/src/app/routes/list/standard-table/StandardTable.tsx
@@ -163,7 +163,11 @@ export default function StandardTable(): JSX.Element | null {
163
dType={{
164
type: 'warning',
165
title: 'Delete device',
166
- description: `Confirm to delete ${paramsOfDeleteModal.device.name}?`,
+ description: (
167
+ <>
168
+ Confirm to delete <strong>{paramsOfDeleteModal.device.name}</strong>?
169
+ </>
170
+ ),
171
}}
172
dMaskClosable={false}
173
dSkipFirstTransition={false}
0 commit comments