Skip to content

Commit

Permalink
fix: file service label (#3526)
Browse files Browse the repository at this point in the history
  • Loading branch information
septs authored Jun 29, 2021
1 parent cbee9d7 commit f22df98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const definition: Plugin.SNSAdaptor.Definition = {
[META_KEY_2, onAttachedFile],
]),
CompositionDialogEntry: {
label: FileServiceDialog,
label: '📃 File Service',
dialog({ open, onClose }) {
return <FileServiceDialog open={open} onConfirm={onClose} onDecline={onClose} />
},
Expand Down

0 comments on commit f22df98

Please sign in to comment.