client brief - fil(s) upload working

This commit is contained in:
isUnknown 2024-09-27 15:47:44 +02:00
parent 769639b241
commit 6d43e3b8c7
5 changed files with 118 additions and 17 deletions

View file

@ -17,7 +17,7 @@ const stepsComponents = {
AddImages,
};
const currentStep = ref("Intro");
const currentStep = ref("AddImages");
function changeStep(stepName) {
currentStep.value = stepName;