mirror of
https://github.com/acid-info/Kurate.git
synced 2025-02-04 12:04:50 +00:00
chore: update post action label (#370)
This commit is contained in:
parent
d81981ebd9
commit
628e75c60a
@ -15,7 +15,7 @@
|
|||||||
export { cls as class }
|
export { cls as class }
|
||||||
export let submit: (postText: string, images: string[]) => unknown
|
export let submit: (postText: string, images: string[]) => unknown
|
||||||
export let onBack: (postText: string, images: string[]) => unknown = () => history.back()
|
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 postText = ''
|
||||||
export let images: string[] = []
|
export let images: string[] = []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user