---
number: 19425
slug: 19425-dashboard-weekly-updates-27th-4th-dec
published: 2023-12-05
discussion: https://github.com/orgs/supabase/discussions/19425
labels:
  - frontend
page: https://supabase.com/changelog/19425-dashboard-weekly-updates-27th-4th-dec
---

# Dashboard Weekly Updates [27th - 4th Dec]

## Table Editor row edit side panel fix boolean fields rendering stale value
There was issue in the Table Editor when you're editing rows in the side panel, specifically for column types that are rendering the Listbox component, whereby the data rendered in that input field is stale (from the previous row that you opened). This was caused by the Listbox component not re-rendering correctly when the value passed to it has changed and is now fixed.

PR: https://github.com/supabase/supabase/pull/19264
Link: https://supabase.com/dashboard/project/_/editor

## Added recommendation to enable PITR when enabling branching
<img width="400" src="https://github.com/supabase/supabase/assets/19742402/50f27b31-3c43-432d-9321-89bb47c9ab36" />

We strongly recommend enabling point in time recovery for your project if you're planning to enable branching. This is to ensure that you can always recover data if you make a "bad migration". For example, if you accidentally delete a column or some of your production data.

PR: https://github.com/supabase/supabase/pull/19324
Link: https://supabase.com/dashboard/project/_/
