mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-31 18:10:50 +01:00
feat: add activeNavItem prop and enhance page element filtering in AutoProbe components
This commit is contained in:
@@ -48,7 +48,7 @@ export const getIconByPageElementType = (itemType?: PageElementType): Icon => {
|
||||
case 'list':
|
||||
return ['fa', 'list'];
|
||||
case 'list-item':
|
||||
return ['fa', 'list-alt'];
|
||||
return ['fa', 'bars'];
|
||||
case 'pagination':
|
||||
return ['fa', 'ellipsis-h'];
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user