fix: add worker button do not work
This commit is contained in:
@@ -95,7 +95,7 @@ const LogsViewer: React.FC<LogsViewerProps> = forwardRef((props, ref) => {
|
||||
|
||||
const createChunkConnection = async () => {
|
||||
chunkRequedtRef.current?.current?.cancel?.();
|
||||
chunkRequedtRef.current = setChunkRequest({
|
||||
chunkRequedtRef.current = await setChunkRequest({
|
||||
url,
|
||||
params: {
|
||||
...props.params,
|
||||
|
||||
Reference in New Issue
Block a user