pull/402/merge
Pete Matsyburka 8 months ago
parent af1e8fa6f2
commit ad2b35673a

@ -25,7 +25,7 @@
<a <a
id="type_text_button" id="type_text_button"
href="#" href="#"
class="btn btn-outline font-medium btn-sm type_text_button type-text-button" class="btn btn-outline font-medium btn-sm type-text-button"
@click.prevent="toggleTextInput" @click.prevent="toggleTextInput"
> >
<IconTextSize :width="16" /> <IconTextSize :width="16" />

@ -1,6 +1,6 @@
<template> <template>
<span <span
class="dropdown dropdown-end field-payment-dropdown" class="dropdown dropdown-end field-settings-dropdown"
:class="{ 'dropdown-open': ((!field.preferences?.price && !field.preferences?.formula) || !isConnected) && !isLoading }" :class="{ 'dropdown-open': ((!field.preferences?.price && !field.preferences?.formula) || !isConnected) && !isLoading }"
> >
<label <label

Loading…
Cancel
Save