Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
BoxDialer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
BoxDialer
Commits
4b1078a2
Commit
4b1078a2
authored
Aug 21, 2023
by
Muhammadali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
verison: 0.0.3
parent
1cb89c9a
Pipeline
#234
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
package.json
package.json
+1
-1
index.jsx
src/components/WidjetButton/index.jsx
+2
-1
No files found.
package.json
View file @
4b1078a2
{
"name"
:
"boxdialer"
,
"version"
:
"0.0.
2
"
,
"version"
:
"0.0.
3
"
,
"description"
:
""
,
"main"
:
"index.js"
,
"scripts"
:
{
...
...
src/components/WidjetButton/index.jsx
View file @
4b1078a2
...
...
@@ -10,6 +10,7 @@ import WidjetBlock, {
import
numbers
from
'
./numbers
'
;
import
Modal
from
'
../Modal
'
;
import
packageJson
from
'
../../../package.json
'
;
import
CallIcon
from
'
@mui/icons-material/Call
'
;
import
{
toast
}
from
'
react-hot-toast
'
;
...
...
@@ -169,7 +170,7 @@ const WidjetButton = ({ data, onSetDnd }) => {
</
div
>
<
div
className=
'bottom'
>
<
WidjetBlock
.
StatusLine
status=
{
dynamicValue
}
>
<
p
className=
'verison'
>
v
0.0.1
</
p
>
<
p
className=
'verison'
>
v
{
packageJson
?.
version
}
</
p
>
</
WidjetBlock
.
StatusLine
>
</
div
>
</
WidjetBlock
.
AccauntInfo
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment