feat: unify task and rule workbenches
This commit is contained in:
@@ -21,7 +21,7 @@ export type WorkspaceSideSheetBadgeColor = 'blue' | 'green' | 'orange' | 'red' |
|
||||
|
||||
export type WorkspaceSideSheetProps = {
|
||||
className?: string;
|
||||
variant?: 'config' | 'detail';
|
||||
variant?: 'config' | 'detail' | 'task' | 'editor';
|
||||
visible: boolean;
|
||||
ariaLabel: string;
|
||||
closeLabel?: string;
|
||||
|
||||
Reference in New Issue
Block a user