chore: update post action label (#370)

This commit is contained in:
Barbara Gomes 2023-04-03 16:33:40 -04:00 committed by GitHub
parent d81981ebd9
commit 628e75c60a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
export { cls as class }
export let submit: (postText: string, images: string[]) => unknown
export let onBack: (postText: string, images: string[]) => unknown = () => history.back()
export let label: string | undefined = 'Publish'
export let label: string | undefined = 'Submit'
export let postText = ''
export let images: string[] = []