Skip to content

Commit 34b3c8f

Browse files
committed
feat: allow unavailable to be added
1 parent 9a5f3b8 commit 34b3c8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

logic/classes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export function buttonOptions(checkClass: any) {
2828
}
2929
let availability: string = checkClass.available
3030
if (availability != 'Available') {
31+
icon = 'mdi-alert'
3132
color = 'error'
32-
disabled = true
3333
tooltips = [
3434
availability == 'UnKnown'
3535
? 'Not Available for an Unknown reason!'

0 commit comments

Comments
 (0)