Compare commits

...

2 Commits

Author SHA1 Message Date
5652b52ca9 Merge branch 'main' of https://gitea.allowlgroup.ru/allowlgroup/front
All checks were successful
continuous-integration/drone/push Build is passing
2026-04-16 20:11:17 +10:00
67a775c82a test 2026-04-16 20:10:59 +10:00

View File

@@ -61,7 +61,7 @@ const displayPromt = computed({
const startParsing = async () => {
if (!props.source.url) {
alert("URL источника не указан");
// alert("URL источника не указан");
return;
}
@@ -75,7 +75,7 @@ const startParsing = async () => {
});
emit("sourceStarted", props.source.url);
alert(`Парсинг для ${props.source.url} запущен`);
// alert(`Парсинг для ${props.source.url} запущен`);
} catch (err) {
console.error("Ошибка запуска парсинга:", err);
alert("Ошибка при запуске парсинга");