mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-09 00:20:09 +00:00
update edit aply file content
This commit is contained in:
@@ -28,7 +28,7 @@ export default function ApplyViewRoot({
|
||||
const app = useApp()
|
||||
|
||||
const [diff, setDiff] = useState<Change[]>(
|
||||
diffLines(state.originalContent, state.newContent),
|
||||
diffLines(state.oldContent, state.newContent),
|
||||
)
|
||||
|
||||
const handleAccept = async () => {
|
||||
|
||||
Reference in New Issue
Block a user