Skip to content

Commit b6687df

Browse files
committed
fix: flush pending headers, metadata and tags in remote weaviate experimental page
1 parent 7c249c8 commit b6687df

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

frontend/src/pages/ExperimentalRemoteWeaviateDatasetPage.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,11 @@ const removeHeader = (index: number) => {
10671067
const handleCreate = async () => {
10681068
if (!isFormValid.value) return
10691069
1070+
// Flush any pending inputs so they aren't silently lost
1071+
addTag()
1072+
addMetadataProperty()
1073+
addHeader()
1074+
10701075
isCreating.value = true
10711076
creationError.value = ''
10721077

0 commit comments

Comments
 (0)