added advanced import forms, not fully working yet

This commit is contained in:
Jennifer Player
2024-02-22 18:56:51 -05:00
committed by psychedelicious
parent e7d7b37896
commit cdd2f18bbd
14 changed files with 522 additions and 50 deletions

View File

@@ -206,7 +206,7 @@ export const modelsApi = api.injectEndpoints({
body: body,
};
},
invalidatesTags: ['Model'],
invalidatesTags: ['Model', 'ModelImports'],
}),
deleteModels: build.mutation<DeleteMainModelResponse, DeleteMainModelArg>({
query: ({ key }) => {