Skip to content

Commit 6f22ab0

Browse files
committed
fix: import UninstallMachineModal in AdminSidebar
The component was used but never imported, causing the sidebar to crash when clicking the x button to remove a machine. The modal rendered as undefined and React threw.
1 parent cd93f62 commit 6f22ab0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

site/src/components/admin/AdminSidebar.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { useRef, useState } from 'react'
2+
import { UninstallMachineModal } from '../board/enroll'
23
import { Pill } from '../board/panels'
34
import { Ic } from '../board/Rail'
45

0 commit comments

Comments
 (0)