We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5f3b8 commit 34b3c8fCopy full SHA for 34b3c8f
1 file changed
logic/classes.ts
@@ -28,8 +28,8 @@ export function buttonOptions(checkClass: any) {
28
}
29
let availability: string = checkClass.available
30
if (availability != 'Available') {
31
+ icon = 'mdi-alert'
32
color = 'error'
- disabled = true
33
tooltips = [
34
availability == 'UnKnown'
35
? 'Not Available for an Unknown reason!'
0 commit comments