Files
supabase/apps/studio/data/table-editor/keys.ts
Alaister Young a5a2873302 chore: table editor optimisation 2 (#30295)
* chore: table editor query optimisation 2

* fix editing tables from tables page

* Small style fixes

* Small style fixes

* address feedback

---------

Co-authored-by: Terry Sutton <saltcod@gmail.com>
Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
2024-11-06 08:31:35 +00:00

5 lines
169 B
TypeScript

export const tableEditorKeys = {
tableEditor: (projectRef: string | undefined, id: number | undefined) =>
['projects', projectRef, 'table-editor', id] as const,
}