Skip to content
Snippets Groups Projects

Update admin system

Closed lfr20 requested to merge Update_Admin_System into sistema_admin
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
@@ -73,10 +73,6 @@ const Users = () => {
const [isLoadingMoreItems, setIsLoadingMoreItems] = useState(false)
const [isUpdating, setIsUpdating] = useState(false)
const [showFilter, setShowFilter] = useState(false)
const [loadingUserPublisher, setLoadingUserPublisher] = useState({
id: null,
loading: false
})
const [name, setName] = useState("");
const [email, setEmail] = useState("");
Loading