add blank page button

This commit is contained in:
Pete Matsyburka
2024-07-09 23:47:46 +03:00
parent c01cfe83be
commit e96cb5eb8a
4 changed files with 98 additions and 9 deletions
@@ -1,6 +1,7 @@
<template>
<div>
<label
id="add_document_button"
:for="inputId"
class="btn btn-outline w-full"
:class="{ 'btn-disabled': isLoading || isProcessing }"