Skip to content

Commit

Permalink
Change default state for expand (1-click modal)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Aug 12, 2021
1 parent f1f4085 commit 3349cc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ import {emit, Events} from "@/eventbus";
import {computed} from "@vue/reactivity";
import AmbiguousActionButtons from "@/components/AmbiguousActionButtons";

const expand = ref(false);
const expand = ref(true);

export default {
name: "AmbiguousSelection",
Expand Down

0 comments on commit 3349cc0

Please sign in to comment.