@factoringplus/pl-components-pack-v3 0.5.2-pre-17 → 0.5.2-pre-18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -47725,6 +47725,7 @@ const _sfc_main$d = {
47725
47725
  const channelsStore = useChannelsStore();
47726
47726
  const groupsStore = useGroupsStore();
47727
47727
  const commonStore = useCommonStore();
47728
+ console.log("channelsStore", channelsStore);
47728
47729
  const getChannelsInfo = async () => {
47729
47730
  channelsStore.setIsLoadingChannels(true);
47730
47731
  try {