mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-25 06:31:17 -05:00
Refactor: Uniformly use AuthModalContext
This commit is contained in:
@@ -61,8 +61,6 @@ const ParkOwners = () => {
|
||||
|
||||
const handleCreateSubmit = async (data: any) => {
|
||||
try {
|
||||
if (!user) return;
|
||||
|
||||
await submitCompanyCreation(
|
||||
data,
|
||||
'property_owner',
|
||||
|
||||
Reference in New Issue
Block a user