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