Update Settings.tsx
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import { CondoService } from '../services/mockDb';
|
||||
import { CondoService } from '../services/api';
|
||||
import { AppSettings, Family, User, AlertDefinition, Condo, Notice, NoticeIconType, NoticeRead } from '../types';
|
||||
import { Save, Building, Coins, Plus, Pencil, Trash2, X, CalendarCheck, AlertTriangle, User as UserIcon, Server, Bell, Clock, FileText, Lock, Megaphone, CheckCircle2, Info, Hammer, Link as LinkIcon, Eye, Calendar, List, UserCog, Mail, Power, MapPin, CreditCard, ToggleLeft, ToggleRight, LayoutGrid, PieChart, Users, Send } from 'lucide-react';
|
||||
|
||||
@@ -1247,7 +1247,7 @@ export const SettingsPage: React.FC = () => {
|
||||
<option value="user">Utente</option>
|
||||
<option value="admin">Admin</option>
|
||||
<option value="poweruser">Power User</option>
|
||||
</select>
|
||||
</select>
|
||||
</div>
|
||||
<div>
|
||||
<label className="text-xs text-slate-500 font-bold uppercase mb-1 block">Famiglia</label>
|
||||
|
||||
Reference in New Issue
Block a user