mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
Remove debug call
This commit is contained in:
@ -43,8 +43,6 @@ export function usePluginPanels({
|
|||||||
enabled: pluginPanelsEnabled && !!targetModel,
|
enabled: pluginPanelsEnabled && !!targetModel,
|
||||||
queryKey: [targetModel, targetId],
|
queryKey: [targetModel, targetId],
|
||||||
queryFn: () => {
|
queryFn: () => {
|
||||||
console.log('Fetching plugin panels:', targetModel, targetId);
|
|
||||||
|
|
||||||
return api
|
return api
|
||||||
.get(apiUrl(ApiEndpoints.plugin_panel_list), {
|
.get(apiUrl(ApiEndpoints.plugin_panel_list), {
|
||||||
params: {
|
params: {
|
||||||
|
Reference in New Issue
Block a user