diff --git a/playground/ruff/src/Editor/Chrome.tsx b/playground/ruff/src/Editor/Chrome.tsx index 559ffedd5b..7c8cc9b4a0 100644 --- a/playground/ruff/src/Editor/Chrome.tsx +++ b/playground/ruff/src/Editor/Chrome.tsx @@ -22,7 +22,7 @@ export default function Chrome() { } try { - await persist(serialized); + await persist(settings, pythonSource); } catch (error) { // eslint-disable-next-line no-console console.error("Failed to share playground", error);