Skip to content

Commit 9759b4f

Browse files
committed
fix: flush pending headers in remote weaviate experimental page
1 parent 7c249c8 commit 9759b4f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

frontend/src/pages/ExperimentalRemoteWeaviateDatasetPage.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,9 @@ const removeHeader = (index: number) => {
10671067
const handleCreate = async () => {
10681068
if (!isFormValid.value) return
10691069
1070+
// Flush any pending header input so it isn't silently lost
1071+
addHeader()
1072+
10701073
isCreating.value = true
10711074
creationError.value = ''
10721075

0 commit comments

Comments
 (0)