refactor: update README and Dockerfile, add drizzle migrations and instrumentation
This commit is contained in:
@@ -70,7 +70,7 @@ export default function CreateDatasetModal() {
|
||||
},
|
||||
{
|
||||
label: loading ? 'Creating...' : 'Create',
|
||||
onClick: (e) => {
|
||||
onClick: () => {
|
||||
const form = document.getElementById('datasetForm') as HTMLFormElement;
|
||||
form?.dispatchEvent(new Event('submit', { bubbles: true }));
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user