correct timesheet rls
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
async function submitForm() {
|
||||
calculateTotalHours();
|
||||
|
||||
const { error } = await supabase.from('timesheet').insert([form]);
|
||||
const { error } = await supabase.from('vb_timesheet').insert([form]);
|
||||
|
||||
if (error) {
|
||||
alert('Failed to submit timesheet: ' + error.message);
|
||||
|
||||
Reference in New Issue
Block a user