Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Feb 21, 2024
1 parent b59ab0f commit b482cde
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export async function StartMenuOptionDesktopEditorOpenSelection(

const MenuOptionDesktopEditorOpenSelection: React.FunctionComponent<IMenuOptionDesktopEditorOpenProps> =
memo(({ state, select, isReadOnly }) => {
// Check API to know if feature is needed!
const featuresResult = useFetch(new UrlQuery().UrlApiFeaturesAppSettings(), "get");
const dataFeatures = featuresResult?.data as IEnvFeatures | undefined;
const history = useLocation();
Expand Down

0 comments on commit b482cde

Please sign in to comment.