mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-28 13:47:00 -05:00
Fix internal error
This commit is contained in:
@@ -634,7 +634,10 @@ export function SubmissionReviewManager({
|
||||
<ConflictResolutionModal
|
||||
open={showConflictResolutionModal}
|
||||
onOpenChange={setShowConflictResolutionModal}
|
||||
conflictData={conflictData}
|
||||
conflictData={conflictData || {
|
||||
hasConflict: false,
|
||||
clientVersion: { last_modified_at: new Date().toISOString() }
|
||||
}}
|
||||
onResolve={async (strategy) => {
|
||||
if (strategy === 'keep-mine') {
|
||||
// Log conflict resolution
|
||||
|
||||
Reference in New Issue
Block a user