minor wording change to submit buttons
Some checks failed
Continuous Deployment / Update Deployment (push) Failing after 1m28s
Some checks failed
Continuous Deployment / Update Deployment (push) Failing after 1m28s
This commit is contained in:
@@ -60,7 +60,7 @@ function onSubmit(values: { text: string }, { resetForm }: { resetForm: () => vo
|
||||
<!-- Button below, right-aligned -->
|
||||
<div class="mt-2 flex justify-end gap-2">
|
||||
<Button type="submit" @click="submitMode = 'internal'" variant="outline">Post (Internal)</Button>
|
||||
<Button type="submit" @click="submitMode = 'public'">Post</Button>
|
||||
<Button type="submit" @click="submitMode = 'public'">Post (Public)</Button>
|
||||
</div>
|
||||
</Form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user