fix(webui): restore organization header actions

This commit is contained in:
2026-07-21 13:32:43 +02:00
parent f09fdf2ef7
commit 6b0b2d2d0b

View File

@@ -1,6 +1,7 @@
import { useCallback, useEffect, useMemo, useRef, useState, type FormEvent } from "react"; import { useCallback, useEffect, useMemo, useRef, useState, type FormEvent } from "react";
import { Edit3, Plus, RefreshCw } from "lucide-react"; import { Edit3, Plus, RefreshCw } from "lucide-react";
import { import {
AdminIconButton,
ApiError, ApiError,
Button, Button,
Card, Card,