Cleanup
This commit is contained in:
parent
9cb3168097
commit
88bd5fc43b
@ -1,8 +1,6 @@
|
||||
/* Copyright (C) 2024 Manuel Bustillo*/
|
||||
|
||||
import { CheckIcon, XMarkIcon } from '@heroicons/react/24/outline';
|
||||
import React, { useState } from 'react';
|
||||
import { classNames } from '../button';
|
||||
|
||||
export default function InlineTextField({ initialValue, onChange }: { initialValue: string, onChange: (value: string) => void }) {
|
||||
const [editing, setEditing] = useState(false);
|
||||
|
@ -45,7 +45,6 @@ export default function guestsTable() {
|
||||
'X-CSRF-TOKEN': getCsrfToken(),
|
||||
}
|
||||
})
|
||||
// .then(() => loadGuests())
|
||||
.catch((error) => console.error(error));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user