Skip to content
Snippets Groups Projects
Commit 171bc6ac authored by jfriedli's avatar jfriedli
Browse files

added missing default mime icon

parent 17b95809
No related branches found
No related tags found
2 merge requests!524Develop,!522Resolve "Missing Download Icon"
Pipeline #56110 passed
// all icons taken from https://material.io/resources/icons
export default function getIconByMime (fileType) {
const defaultChoice = {
icon: 'any'
bgColor: '#5a5e69',
iconColor: 'white',
icon: 'description'
}
if (!fileType) return defaultChoice
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment