mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2026-02-04 07:50:31 -07:00
Made "Pending" dropdown default when opening Device Approval Page.
This commit is contained in:
@@ -85,7 +85,7 @@ const normalizeStatus = (status) => {
|
||||
|
||||
export default function DeviceApprovals({ onPageMetaChange }) {
|
||||
const [approvals, setApprovals] = useState([]);
|
||||
const [statusFilter, setStatusFilter] = useState("all");
|
||||
const [statusFilter, setStatusFilter] = useState("pending");
|
||||
const [loading, setLoading] = useState(false);
|
||||
const [error, setError] = useState("");
|
||||
const [feedback, setFeedback] = useState(null);
|
||||
|
||||
Reference in New Issue
Block a user