mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-28 17:23:28 +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.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import { ReactNode } from 'react';
|
||||||
import { EntityType } from '../../../enums/entity.enum';
|
import { EntityType } from '../../../enums/entity.enum';
|
||||||
|
|
||||||
export interface DeleteOption {
|
export interface DeleteOption {
|
||||||
title: string;
|
title: string;
|
||||||
description: string;
|
description: ReactNode;
|
||||||
type: DeleteType;
|
type: DeleteType;
|
||||||
isAllowed: boolean;
|
isAllowed: boolean;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user