Skip to content

Commit

Permalink
Merge pull request #7 from abdulrahmat97dev/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
NekoSukuriputo authored Oct 14, 2022
2 parents ad648c0 + 32c85f6 commit 36c9a3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quasar-app-extension-jitsi-meet",
"version": "0.0.7",
"version": "0.0.9",
"description": "Jitsi Meet Quasar App Extention ",
"author": "Abdul Rahmat <[email protected]>",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"bugs": "https://github.com/abdulrahmat97dev/Quasar-Jitisi-Meet/issues",
"homepage": "https://github.com/abdulrahmat97dev/Quasar-Jitisi-Meet",
"dependencies": {
"quasar-ui-jitsi-meet": "^0.0.7"
"quasar-ui-jitsi-meet": "^0.0.9"
},
"engines": {
"node": ">= 8.9.0",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quasar-ui-jitsi-meet",
"version": "0.0.7",
"version": "0.0.9",
"author": "Abdul Rahmat <[email protected]>",
"description": "Jitsi Meet using Quasar Component",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion ui/src/components/JitsiForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import {
QSeparator,
QTab,
QTabPanel,
QTabs,
QTabPanels
} from "quasar";
import { ref } from "vue";
Expand Down Expand Up @@ -91,7 +93,6 @@ const onSubmit = () => {
</q-tab-panel>

<q-tab-panel name="join_room">
<div class="text-h6">Join Room</div>
<q-form @submit="onSubmit" class="q-gutter-md">
<q-input
outlined
Expand Down

0 comments on commit 36c9a3f

Please sign in to comment.