Skip to content

Commit

Permalink
notification bug on experiment save
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhihaoDC committed Apr 11, 2024
1 parent 2a7075c commit e5e302d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions client/src/components/PlotNetworkForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
<b-form-group id="input-communityColor" class="mb-3">
<label id="colorPickerLabel" for="colorPicker">Color de la comunidad</label>
<b-form-input id="colorPicker" type="color" v-model="communityColor" @input="changeCommunityColor()" @blur="updateEdgesColor()"></b-form-input>
</b-form-group>
</b-form-group>

<div id="submit-experiment">
</b-form>
<div id="submit-experiment">
<b-button id="submit-experiment" block size="lg" type="submit" :disabled="!(activateSubmitButton && isAuthenticated)" @click="handleSubmitNetwork" variant="primary"
class="content-item submit-button mt-auto" >
{{this.submitted_msg}}
</b-button>
</div>

<b-popover v-if=!isAuthenticated target="submit-experiment" triggers="hover" placement="right">
</div>
<b-popover v-if=!isAuthenticated target="submit-experiment" triggers="hover" placement="right">
<template #title>¿Sabías que...?</template>
Si te <b> registras,</b> podrás guardar el resultado de tus experimentos. Además de poder guardar y gestionar tus datasets.
<b-link to="/user-#"> Crea una cuenta aquí.</b-link>
Expand All @@ -57,8 +57,6 @@
</b-alert>

</div>

</b-form>

</b-container>

Expand Down

0 comments on commit e5e302d

Please # to comment.