@@ -227,7 +227,7 @@ export const action = async ({ request }: ActionFunctionArgs) => {
227227 group_tracking_id : "policy" ,
228228 } ) ;
229229
230- const response = await trieve . createChunk ( {
230+ await trieve . createChunk ( {
231231 chunk_html : policyContent as string ,
232232 tracking_id : policyId as string ,
233233 group_tracking_ids : [ "policy" ] ,
@@ -277,6 +277,12 @@ export default function Dataset() {
277277 accessibilityLabel : "Preset Questions" ,
278278 panelID : "preset-questions-content" ,
279279 } ,
280+ {
281+ id : "extra-information" ,
282+ content : "Extra Information" ,
283+ accessibilityLabel : "Extra Information" ,
284+ panelID : "update-policies-settings-content" ,
285+ } ,
280286 {
281287 id : "filter-settings" ,
282288 content : "Filter Settings" ,
@@ -301,12 +307,6 @@ export default function Dataset() {
301307 accessibilityLabel : "Dataset Settings" ,
302308 panelID : "dataset-settings-content" ,
303309 } ,
304- {
305- id : "extra-information" ,
306- content : "Extra Information" ,
307- accessibilityLabel : "Extra Information" ,
308- panelID : "update-policies-settings-content" ,
309- } ,
310310 ] ;
311311
312312 const tabPanels : Record < string , ReactNode > = {
0 commit comments