Skip to content

Commit ab860cb

Browse files
authored
Fix #3141 (#3142)
1 parent 4366d2c commit ab860cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commons/sagas/PlaygroundSaga.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import WorkspaceActions from '../workspace/WorkspaceActions';
2222
import { selectWorkspace } from './SafeEffects';
2323

2424
const PlaygroundSaga = combineSagaHandlers({
25-
[PlaygroundActions.changeQueryString.type]: updateQueryString,
25+
[PlaygroundActions.generateLzString.type]: updateQueryString,
2626
[PlaygroundActions.shortenURL.type]: function* ({ payload: keyword }) {
2727
const queryString = yield select((state: OverallState) => state.playground.queryString);
2828
const errorMsg = 'ERROR';

0 commit comments

Comments
 (0)