mirror of
https://github.com/supabase/supabase.git
synced 2026-06-05 20:32:43 +08:00
* 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>
5 lines
169 B
TypeScript
5 lines
169 B
TypeScript
export const tableEditorKeys = {
|
|
tableEditor: (projectRef: string | undefined, id: number | undefined) =>
|
|
['projects', projectRef, 'table-editor', id] as const,
|
|
}
|