Refactor: Move start design server action to separate file
Extracted the server action logic from the component into a dedicated actions.ts file for better code organization.
This commit is contained in:
@@ -83,7 +83,8 @@
|
||||
"Bash(git commit -m 'Fix: Import revalidatePath from correct module *)",
|
||||
"Bash(git commit -m 'Fix: Route photo requests to design canvas instead of approval upload *)",
|
||||
"Bash(git commit -m 'Fix: Pass photo request ID instead of data URL *)",
|
||||
"Bash(git commit -m 'Feature: Add product selection when starting design from photo request *)"
|
||||
"Bash(git commit -m 'Feature: Add product selection when starting design from photo request *)",
|
||||
"Bash(git commit -m 'Refactor: Move start design server action to separate file *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user