mirror of
https://github.com/supabase/supabase.git
synced 2026-06-01 02:14:43 +08:00
chore: make returning optional for insert/update queries (#19463)
* chore: make returning optional for insert/update queries * use arrow function for SupabaseGridLayout * add success toasts
This commit is contained in:
@@ -44,7 +44,7 @@ export async function executeSql(
|
||||
| 'isRoleImpersonationEnabled'
|
||||
>,
|
||||
signal?: AbortSignal
|
||||
) {
|
||||
): Promise<{ result: any }> {
|
||||
if (!projectRef) throw new Error('projectRef is required')
|
||||
|
||||
let headers = new Headers()
|
||||
|
||||
Reference in New Issue
Block a user