fix failing tests

Signed-off-by: Kashish Mittal <kmittal@redhat.com>
This commit is contained in:
Kashish Mittal
2025-06-18 16:34:12 -04:00
parent 5612be37b7
commit cd8bf7e144
2 changed files with 42 additions and 2 deletions
@@ -68,7 +68,7 @@ export const ContextMenu = (props: ContextMenuProps) => {
onStartOver,
onToggleLogs,
onToggleButtonBar,
taskId
taskId,
} = props;
const { getPageTheme } = useTheme();
const pageTheme = getPageTheme({ themeId: 'website' });
@@ -78,7 +78,7 @@ export const ContextMenu = (props: ContextMenuProps) => {
const { allowed: canReadTask } = usePermission({
permission: taskReadPermission,
resourceRef: taskId
resourceRef: taskId,
});
const { allowed: canCreateTask } = usePermission({