Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
f0cda61e
Commit
f0cda61e
authored
3 years ago
by
Tiago Evangelista Pinto
Browse files
Options
Downloads
Patches
Plain Diff
fix review
parent
4113ffb9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client/components/voip/composer/NotAvailableOnCall/NotAvailable.stories.tsx
+3
-8
3 additions, 8 deletions
...voip/composer/NotAvailableOnCall/NotAvailable.stories.tsx
with
3 additions
and
8 deletions
client/components/voip/composer/NotAvailableOnCall/NotAvailable.stories.tsx
+
3
−
8
View file @
f0cda61e
import
{
Story
}
from
'
@storybook/react
'
;
import
React
from
'
react
'
;
import
NotAvailableContent
from
'
./NotAvailableContent
'
;
import
NotAvailableContentWrapper
from
'
./NotAvailableContentWrapper
'
;
import
NotAvailableOnCall
from
'
./NotAvailableOnCall
'
;
export
const
Default
:
Story
=
()
=>
(
<
NotAvailableContentWrapper
>
<
NotAvailableContent
text
=
'Messages are not available on phone calls'
icon
=
'message'
/>
</
NotAvailableContentWrapper
>
);
export
const
Default
:
Story
=
()
=>
<
NotAvailableOnCall
/>;
export
default
{
title
:
'
components/Composer/NotAvailableOnCall
'
,
component
:
Default
,
component
:
NotAvailableOnCall
,
};
This diff is collapsed.
Click to expand it.
Git Mirror User
@gitmirror
mentioned in commit
677c3109
·
3 years ago
mentioned in commit
677c3109
mentioned in commit 677c310986961fe7adb934a32145f9720bc39e98
Toggle commit list
Git Mirror User
@gitmirror
mentioned in commit
2c0061e1
·
3 years ago
mentioned in commit
2c0061e1
mentioned in commit 2c0061e12c8b6bbf4423333cf7401da47bef8c7e
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment