feat:做完了准备搞编辑
This commit is contained in:
@@ -152,7 +152,7 @@ export default function MomentsSync() {
|
||||
};
|
||||
|
||||
const handleEdit = (taskId: string) => {
|
||||
navigate(`/workspace/moments-sync/${taskId}/edit`);
|
||||
navigate(`/workspace/moments-sync/edit/${taskId}`);
|
||||
};
|
||||
|
||||
const handleView = (taskId: string) => {
|
||||
|
||||
Reference in New Issue
Block a user