mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-23 21:16:44 +01:00
Update diff files
This commit is contained in:
@@ -1,14 +1,6 @@
|
||||
--- template/app/src/admin/dashboards/users/UsersTable.tsx
|
||||
+++ opensaas-sh/app/src/admin/dashboards/users/UsersTable.tsx
|
||||
@@ -17,6 +17,7 @@
|
||||
const [skip, setskip] = useState(0);
|
||||
const [page, setPage] = useState(1);
|
||||
const [email, setEmail] = useState<string | undefined>(undefined);
|
||||
+
|
||||
const [isAdminFilter, setIsAdminFilter] = useState<boolean | undefined>(undefined);
|
||||
const [statusOptions, setStatusOptions] = useState<SubscriptionStatus[]>([]);
|
||||
const { data, isLoading } = useQuery(getPaginatedUsers, {
|
||||
@@ -223,7 +224,7 @@
|
||||
@@ -202,7 +202,7 @@
|
||||
<p className='text-sm text-black dark:text-white'>{user.subscriptionStatus}</p>
|
||||
</div>
|
||||
<div className='col-span-2 flex items-center'>
|
||||
|
||||
Reference in New Issue
Block a user