Skip to content

Commit d033c59

Browse files
committed
Set sync error when resyncing
Signed-off-by: Daishan Peng <[email protected]>
1 parent 7b01175 commit d033c59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contexts/edit.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ const EditContextProvider: React.FC<EditContextProps> = ({
149149

150150
const ingest = useCallback(async () => {
151151
setIngesting(true);
152+
setIngestionError('');
152153
const first = await firstIngestion(scriptId.toString(), droppedFiles);
153154

154155
try {

0 commit comments

Comments
 (0)