diff --git a/playground/pages/index.tsx b/playground/pages/index.tsx index 25cf15f8..dafa915a 100644 --- a/playground/pages/index.tsx +++ b/playground/pages/index.tsx @@ -919,7 +919,7 @@ function ResetCode({ activeCard }: { activeCard: string }) { const decoded = JSON.parse(decompressedData) card = decoded.code overrideOptions = decoded.options - tab = decoded.tab + tab = decoded.tab || 'helloworld' } catch (e) { card = decompressedData }