mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-27 16:55:06 +00:00
Update DeleteWidget.interface.ts to use ReactNode for description (#14962)
This commit is contained in:
parent
88c7f99617
commit
52d287af57
@ -11,11 +11,12 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { ReactNode } from 'react';
|
||||
import { EntityType } from '../../../enums/entity.enum';
|
||||
|
||||
export interface DeleteOption {
|
||||
title: string;
|
||||
description: string;
|
||||
description: ReactNode;
|
||||
type: DeleteType;
|
||||
isAllowed: boolean;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user