Skip to content

Commit

Permalink
feat(Assistant): Rename with-search-result flag
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Oct 28, 2024
1 parent c0ba4e2 commit 0411cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataproxy/DataProxyProvider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const DataProxyProvider = React.memo(({ children }) => {

const initIframe = async () => {
try {
if (!flag('cozy.assistant.withSearchResult')) {
if (!flag('cozy.search.with-result')) {
log.log(
'Dataproxy features will be disabled due to missing feature flags'
)
Expand Down

0 comments on commit 0411cd7

Please sign in to comment.