fix merge confligt

This commit is contained in:
Josh Hawkins 2024-10-09 11:25:42 -05:00
parent 8f90f4d954
commit a4e26dba82

View File

@ -225,10 +225,11 @@ export default function Explore() {
};
if (
!textModelState ||
!textTokenizerState ||
!visionModelState ||
!visionFeatureExtractorState
config?.semantic_search.enabled &&
(!textModelState ||
!textTokenizerState ||
!visionModelState ||
!visionFeatureExtractorState)
) {
return (
<ActivityIndicator className="absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2" />