7 lines
113 B
Plaintext
7 lines
113 B
Plaintext
![]() |
function isIconMode(actions) {
|
||
|
return actions.some(action => !!action.icon)
|
||
|
}
|
||
|
export default {
|
||
|
isIconMode,
|
||
|
}
|